
/*  CSS for web site */
body {
		margin-top: 10px; 
		margin-left: 0px; 
		margin-right: 0px; 		
		margin-bottom: 20px;		
		padding: 0px;
		background-color: #808080;
}

h1 {
	color: #CC0000;
	font-size: 26px;
	line-height: 110%; 
	font-weight: normal; 	 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 40px;
}

h2 {
	color: #666;
	font-size: 22px;
	line-height: 145%; 
	font-weight: normal; 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 0px;
}


h3 {
	color: #C00;
	font-size: 18px;
	line-height: 110%; 
	font-weight: normal; 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 4px;
	margin-bottom: 8px;
	margin-right: 20px;
	margin-left: 16px;
}

h4 {
	color: #336633;
	font-size: 18px;
	line-height: 110%; 
	font-weight: normal; 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 30px;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-left: 16px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #999;
}

.body {
	color: #666;
	font-size: 11px;
	line-height: 145%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

b {
	color: #666;
}	

b.delete {
	color: #666;
	border: 1px dashed #666;
	padding: 6px;
}

#ver_dotted {
	background-repeat: repeat-y; 
	background-image: url(../images/ver_dotted.gif); 
	background-color: #FFFFFF;
}


.small {
	font-size: 11px;
	line-height: 145%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

img.padded {
	padding: 10px;
	float: left;
}

p {
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 16px;
	margin-bottom: 15px;
}



ol, ul {
	margin-top: 0px;
	margin-left: 20px;	
	margin-right: 12px;
	margin-bottom: 16px;
	padding-left: 20px;
	padding-right: 12px;
}


li {
	color: #666;
	line-height: 155%; 
	font-weight: bold; 
	margin-top: 6px;
	margin-bottom: 6px;
}

/* link colors */
A:link { color: #CC0000; }
A:visited { color: #666; }
A:hover { color: #333; }
A:active { color: #CC0000; } 

A.white:link { color: #FFF; text-decoration: none;}
A.white:visited { color: #CCC; text-decoration: none;}
A.white:hover { color: #CCC; text-decoration: none;}
A.white:active { color: #999; text-decoration: none;} 



