/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
/* <STYLE TYPE="text/css">*/
body, td, div {
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:link {
color: #333333;
text-decoration: underline;
}

a:active {
color: #333333;
text-decoration: underline;
}

a:visited {
color: #333333;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

.main {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.main:link {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.main:active {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.main:visited {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.main:hover {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
}

.mainlg {
color: #000000;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}

.sig {
color: #666666;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:link {
color: #666666;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:active {
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:visited {
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:hover {
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: underline;
}

form {
margin: 0px;
padding: 0px;
}

select {
font-family: arial, verdana, sans-serif;
font-size: 10px;
}

input, textarea {
/* background-color: #FFFFFF; */ /* goes in text field style */
/* border-color: #EFEFEF; */
/* border-style: solid; */ /* goes in text field style */
/* color: #0F2DA8; */
font-family: arial, verdana, sans-serif;
font-size: 11px;
}

.disabledtext {
color: #666666;
}

.alert {
color: #FF0000;
}

/* </STYLE>  */
/* END FILE  */
