/* DMI form styles */

a:link { 
	color:rgb(0, 0, 153); 
	text-decoration:underline;
	} 
a:visited { 
	color:rgb(153, 0, 153); 
	text-decoration:underline;
	} 
a:active { 
	color:rgb(204, 0, 0); 
	text-decoration:underline;
	} 

body { 
	background:rgb(235, 235, 210);
	color: rgb(0, 0, 0);
	}

p { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 9pt; 
	line-height: normal;
	} 
td.head { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	} 
.head { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	} 
.small { 
	font-size: 9pt;
	}
.greyhead { 
	font-weight: bold; 
	color:rgb(102, 102, 102);
	}

