body, p, td, ul, li {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
}

h1,h2,h3,h4,h5 {
	font-family: verdana, arial, helvetica;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-color:#999999;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color:#000099;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 10pt;
}

A:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
A:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

input,select,textarea {
    BACKGROUND-COLOR: #FFF297;	 // #FFE742
    color:#000000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 8pt;
}
.txtLong {
	width: 300px;
}
.cboLong {
	width: 300px;
}

.usrSave {
	width: 100px;
	font-weight:bold;
}

