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