body 
{
	font-size:10px;
}

h1 {
	font-size: 18pt;
	color:#000;
	
}
h2 {
	font-size: 13.5pt;
	color:#000;
}
h3 {
	font-size: 12pt;
	color:#000;
}

h4 {
 font-size: 10.5pt;
 color:#000;
}

h5 {
	font-size: 9pt;
	color:#000;
}

h6 {
	font-size: 7.5pt;
	color: #000000;
	
}

#copyright {
	font-size: 8pt;
	border-color: #000;
	font-weight:bold;

}
img {
	border:0px;
 
}
ul { font-weight:bold; }



#currentIssue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	position:relative;
	top:-5px;
}
.style1{ /*use for most of website */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

.codaQuote{ /* used for very small text */
	font-size: 7pt;
	padding-left:15px;
	padding-right:15px;
}

p.MsoBodyText1 { /*
	margin-top:6.0pt;
	margin-right:.25in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	font-size:11.0pt;
	font-family:Arial; */
	color:#000;
}

#forceTop {
	margin-top:0px;
}

/*Start of layout*/
#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:650px;
}
#header {
	color:#000;
	text-align:center;
	height:auto;
}

#nav {
	display:none;
}

#main {
	background:#899DA8;
	width:600px; 	
	padding:0px;	
	float:none;
}

#sidebar {
	float:none;
	display:none;
	padding:0px;
	height:0px;
}
#sidebar ul {
	margin-bottom:0;
}

#footer {
	width:650px;
	text-align:center;
}
#footer p {
	margin:0;
}

#logoBrowser {
	display:none;

}

#logoPrint {
	display:block;
}
/*end */

.noPrint {
	display:none;
}

