/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin-left:2px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #AF6E36;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.sublinks:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
}
a.sublinks:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.sublinks:hover {
	text-decoration: none;
	color: #AF6E36;
}
a.sublinks:active {
	text-decoration: none;
	color: #FFFFFF;
}
.nolink{
	
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin-left:2px;
	padding-left:0px;
	padding-right:10px;
	color:#AF6E36;
	font-weight:bold;
	
}