body {
	background-color: white;
	color: black;
	font-family: Arial, Geneva CY, Sans-Serif;
	line-height: 1.5;	
	font-size: 12px;
}

div#nav{
	margin-left: 36px;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}

div#nav a{
 	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

div#navline{
	border-top: 1px solid #CC0000;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

div#visualguide {
	font-size: 12px;
	color: #CC0002;
	font-weight: bold;
	margin-left: 10px;
	line-height: 1.8;
	white-space: nowrap;
	margin-top: 20px;
	margin-right: 5px;

}

div#visualguide a{
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.5;	
	white-space: nowrap;
}

H1 { 
    font-weight: bold; 
    font-size: 16px; 
     color: #CC0022;  }

OL.visualguide {
			padding-left:20px; 
}

div#footer {
	margin-top: 0px;
	font-family: tahoma;
	font-size: 10px;
	padding: 5px;
	clear: both;
	float: none;
	border-top: 3px solid #EE6326;
}



