/*------------------------- Screen Styles for SMArt Section of site. -------------------------*/


/*------------------------- General Selectors -------------------------*/

body {
	margin-top: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a {
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	
/*------------------------- Headings -------------------------*/	
	
}
h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
h3 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	
/*------------------------- Classes -------------------------*/	
	
	
}
.red-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.current { /* On / Current Satate in Nav */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}	
.footer-text a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
