/* user style sheet */

BODY {
	font-family : Verdana;
	font-size : 12px;
	color : #FFFFFF;
}

TD { 
	font-family : Verdana;
	font-size : 12px;
	color : #FFFFFF;
}	

P {
	font-family : Verdana;
	font-size : 12px;
	text-align : justify;
	color:#FFFFFF;
}

a:link       
{ 
color:#FFFFFF;
font-weight: bold; 
}
a:visited    { 
color:#FFFFFF; 
font-weight: normal; 
}


.dark-blue {
	background-color : #4D689E;
	color : #FFFFFF;
	font-family : Helvetica;
	font-size : 12px;
	}
.light-blue {
	background-color : #7D8FB3;
	color : #FFFFFF;
	font-weight: bold; 
	font-family : Helvetica;
	font-size : 11px;
	}
.vdark-blue {
	background-color : #8B9EC6;
	color : #ffffff;
	font-weight: normal; 
	font-family : Helvetica;
	font-size : 12px;
	}
  .field {
        font-family : Verdana;	
		color : Black;
		font-size : 12px;
		border : 1px solid #999999;
		width:150;
		height:20;
		}
