a:link {
	color: #F90;
	text-decoration: none;

}
a:visited {
	color: #F90;
	text-decoration: none;
	text-transform: capitalize;
}
a:hover {
	color: #FF9900;
	text-transform: capitalize;
	text-decoration:underline;
}
a:active {
	color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	text-transform: capitalize;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}
.header {	
    font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color:#666
}
.subheader {	font-size: 15px;
	font-weight: bold;
	color:#999;
	text-transform:uppercase;
}
a.sideLink  {
	color:#FFF;
	text-decoration:none;
}
a.sideLink:hover  {
	color:#FFF;
	text-decoration:underline;
}
a.sideLink:visited  {
	color:#ccc;
	text-decoration:none;
}
