/* Ogie Stylesheet
Date Created: May 13, 2007*/

/* General Definitions */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, li, td {
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #426851;
}

a.sublink:link {
	font-size: 11px;   
	color: #4d9971; 
	text-decoration: none; 
	font-weight: bold;

}
a.sublink:visited {   
	font-size: 11px;
	color: #4d9971; 
	text-decoration: none; 
	font-weight: bold;

}
a.sublink:active {   
	font-size: 11px;
	color: #036b04; 
	text-decoration: none; 
	font-weight: bold;

}
a.sublink:hover {  
	font-size: 11px;
	color: #036b04; 
	text-decoration: underline; 
	font-weight: bold;
}

a.newslink:link {  
	color: #4d9971; 
	text-decoration: none; 
	font-weight: bold;
}
a.newslink:visited {   
	color: #4d9971; 
	text-decoration: none; 
	font-weight: bold;
}
a.newslink:active {  
	color: #036b04; 
	text-decoration: none; 
	font-weight: bold;
}
a.newslink:hover {  
	color: #036b04; 
	text-decoration: underline; 
	font-weight: bold;
}
.hd {   
	font-size: 12px; 
	font-weight: bold;
	color: #004d15;
}

.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666;
}


