.body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #000066;
}
.smalltext {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #FFFFFF;

}
li {
	list-style-position: outside;
	list-style-type: square;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.warning {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

INPUT.form_ops {
    border-top: 1px solid #7878AE;
    border-bottom: 1px solid #AAAACF;
    border-left: 1px solid #7878AE;
    border-right: 1px solid #AAAACF;
    background-color: #DDE3EF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9pt;
	FONT-WEIGHT: normal;    
    color: #000066;
	background-image:   url(../images/form_field_bg.gif);
	height : 16pt;
}