.normal{
		font-family : Verdana;
		font-size : 10px;
		color : black;}
		
.white{
		font-family : Verdana;
		font-size : 11px;
		font-weight : bold;
		color : white;}

.title{
	color: 4F6D87;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
ul { 
 list-style-image: url(../images/bullet.jpg); 
 padding-left: 0;
 margin-left: 20; 

}


		
.darkblue{
	font-family : Verdana;
	font-size : 11px;
	color : 133049;
}

		
.raw_1{
		font-family : Verdana;
		padding-left : 4px;
		font-size : 11px;
		background-color : 73A52D;
		font-weight : bold;
		color : white;}
		

		
.new{
	font-family : Verdana;
	font-size : 11px;
	background-color: #C6C2A8;
	border-top-color: #C6C2A8;
	border-right-color: #C6C2A8;
	border-bottom-color: #C6C2A8;
	border-left-color: #C6C2A8;
	color: #003366;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.new3{
	font-family : Verdana;
	font-size : 11px;
	background-color: #ABB2B8;
	border-top-color: #4F6D87;
	border-right-color: #4F6D87;
	border-bottom-color: #4F6D87;
	border-left-color: #4F6D87;
	color: #003366;
	border-width : 1px 1px 1px 1px;
}
		
a{
	color : white;
	font-style: normal;
	text-decoration : none;
	font-variant: normal;
	
	font-weight: bold;
	
	
 }
	
a:hover{
	text-decoration : underline;
	color : white;
	font-style: normal;
	font-variant: normal;
	
	font-weight: bold;
	
		}
	
a.nextprev{
	color : 4F6D87;
	font-style: normal;
	text-decoration : none;
	font-variant: normal;
	font-size : 12px;
	font-weight: bold;
	
	
 }
	
a:hover.nextprev{
	text-decoration : underline;
	color : 4F6D87;
	font-style: normal;
	font-variant: normal;
	font-size : 12px;
	font-weight: bold;
	
		}	
		
		
.dash{
	border: 1px #4F6D87 dashed;
	background-color: CAC6B2;

	
   
 }