@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #001f7e;
}

.alink:link {text-decoration: none; color: #CC3300}

.basiclink {
text-decoration: none;
color: ff9900;
}
.basiclink: visited{
text-decoration: none;
color: ff9900;
}
.basiclink: hover {
color: black;
}
.sdlinklist {/**IE Fix**/
	margin-left: 0px;
	list-style: none;
}
.mainlinks {
	margin-left: 0;
	width: 150px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ff9900;
	font-size: 11pt;
}
.mainlinks:hover {
	color: black;
}
.sidelinks {
	margin-left: 0;
	display: block;
	width: 170px;
	height: 35px;
	border-top: 1px solid black;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 9pt;
	background: url('images/linkbg1.jpg') no-repeat;
}
.sidelinks:hover {
	background: url('images/linkbg2.jpg') no-repeat;
}

.smartclix {
	color : #ac0009;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 8px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;	
}
.smartclix:link {
	color : #ac0009;
	text-decoration: none;
}
.smartclix:visited {	
	color : #ac0009;
	text-decoration: none;
}
.smartclix:hover {
	color : #ac0009;
	text-decoration: underline;
} 

h1 {
	color: #ff9900;
}
h2 {
	color: #ff9900;
}
h3 {
	color: #ff9900;
}