/* IF LINKS ARE NOT DEFINED IN THE PAGE, THESE STYLES WILL PREVAIL */
a:link {  color: Navy; text-decoration: underline;}
a:visited {  color: Navy; text-decoration: underline}
a:hover {  color: Navy; text-decoration: underline;}
a:active {  color: Navy; text-decoration: underline;}

BODY  {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: White;
}

.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #5386a9;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
	link: Black;
}
.main_title { 	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;  
	color: #336699;
	font-weight:bold;
	}
.section_title1 { 	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;  
	color: #880000;
	font-weight:bold;
	}
.section_title2 { 	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;  
	color: #333399;
	font-weight:bold;
	}
.txt_tiny {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color: #336699;
	font-weight: bold;
	}
.txt_small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: #000000;
	font-weight: normal;
	}
.txt_medium {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	color: #030019;
	font-weight: normal;
	}	
.txt_large {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;  
	color: #336699;
	font-weight:bold;
	}
.txt_xlarge {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px;  
	color: #336699;
	font-weight:bold;
	}
