/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
	}

/* Tell the browser to render HTML 5 elements as block */
header, footer, div, aside, nav, article {
	display: block;
	}

body {
	color:#000;
	margin: 0px;
	padding: 0px;
	width: auto;
	height:100%;
	font-family: "helvetica, arial", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 400;	
	}
	
p.quote {
	margin-left: 30px;
	margin-right: 30px;	
}

p.halfspace {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 0.5em;	
}


span.red {
	color:#F00;
	}
	
span.right {
	text-align:right;
	line-height: 1.2em;
	}

span.large {
	font-size: 20px;
	color:#F00;
	}
	
span.small {
	font-size: 11px;
   	line-height: 2em;
	}

span.bold {	
	font-weight: 700;
	}
	

span.title {
	font-size: 15px;
	}
	
span.tab {

	margin-left: 12px;
	white-space:nowrap;	
}

span.tab2 {
   
	margin-left: 40px;
	white-space:nowrap;	
}

#top_nav
{
	width: 768px;
	margin-top: 50px;
	margin-left: 75px;
	font-family: "helvetica, arial", sans-serif;
	color: #000;	
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	white-space:nowrap;
	}

h1 {
	width: 768px;
	margin-top: 50px;
	margin-left: 75px;
	font-family: "helvetica, arial", sans-serif;
	color: #000;	
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	white-space:nowrap;
	}
	
h2 {
	width: 768px;
	text-align:center;		
	margin-top: 50px;
	margin-left: 75px;
	font-family: "helvetica, arial", sans-serif;	
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	white-space:nowrap;			
	}

h3 {
	width: 768px;
	text-align:center;		
	margin-top: 20px;
	margin-left: 75px;
	font-family: "helvetica, arial", sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	white-space:nowrap;			
	}

h4 {
	width: 768px;
	margin-top: 45px;
	margin-left: 75px;
	color: #f00;
	font-family: "helvetica, arial", sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align:center;	
	white-space:nowrap;
	}

h5 {
	width: auto;
	margin-left: 140px;
	color: #f00;
	font-family: "helvetica, arial", sans-serif;
	font-weight: 400;
	font-size: 13px;	
	white-space:nowrap;
	}
	
h6 {	
	text-align: center;
	font-family: "helvetica, arial", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 13px;
	line-height: 1.6em;
}
 
hr {
    margin-top: 10px;
	background-color: #000;
	border-color: #000;
	border-bottom:thin; 
	}
	
#text {
	width: 768px;
	margin-left: 75px;
	margin-top: 25px;
	height: 100%;
	font-family: "helvetica, arial", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 13px;
	line-height: 1.6em;
	white-space: normal;	
	}
	
a:link  {
	text-decoration: none;
	color: #000;
	}

a:visited {
	color: #000;	
	}
			
a:hover {
	color: #f00;
	}

div.top {
	text-align:right;
	margin:1em 0;
	padding:0;
	}
	
div.top div {
	display:inline;white-space:nowrap
	}
	
div.top div.left {
	float:left;
	line-height: 1.2em;
	}
				
.den {font-size: 60%; font-weight: 700;}
.num {font-size: 60%; font-weight: 700;	vertical-align:.6em}

blockquote
	{
	
	margin-left: 8% !important;
	margin-right: 8% !important;
	margin-bottom: 1.5% !important;
	margin-top: 1.5% !important;
	text-align: left !important;
}