/* user style sheet */

BODY {
	font-family : Verdana;
	font-size : 11px;
	color : #333333;
}

TD { 
	font-family : Verdana;
	font-size : 11px;
	color : #333333;
}	

P {
	font-family : Verdana;
	font-size : 11px;
	text-align : justify;
	color:#333333;
}

a:link       { color:#333333; }
a:active     { color:#333333; }
a:visited    { color:#333333; }


.dark-blue {
	background-color : #999999;
	color : #333333;
	font-family : Helvetica;
	font-size : 12px;
	}
.vdark-blue {
	background-color : #666666;
	color : #FFFFFF;
	font-weight: bold;
	font-family : Helvetica;
	font-size : 12px;
	}
	.grey-color {
	background-color : #DBDCDD;
	color : #333333;
	font-family : Helvetica;
	font-size : 12px;
	}
	.light-grey {
	background-color : #E7E8E9;
	color : #333333;
	font-family : Helvetica;
	font-size : 12px;
	}
	
  .field {
        font-family : Verdana;	
		color : Black;
		font-size : 12px;
		border : 1px solid #999999;
		width:150;
		height:20;
		}