/***********************************************   MAIN STYLES  */
body {margin-top: 0px;}
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}

/***********************************************   LINK STYLES   */
a:link {color: #666666;	font-weight: bold;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a {font-size: 11px;font-weight: bold;color: #333333;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

/***********************************************   MISC STYLES   */
.style2 {font-size: 10px;font-weight: bold;}
.style9 {font-size: 9px;font-weight: bold;}
.style11 {font-size: 12px;font-weight: bold;color: #000000;}
.style12 {font-size: 9px}

/***********************************************   FORM STYLES  */
input, textarea, select {float: left;padding: 2px;font-size: 12px;	border: 1px solid #ccc;	margin: 5px 5px 5px 0;} 
.textbox {width:200px;} 
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #FFFFFF;}
#Submit {
	font-weight: bold;
	color: #666666;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
label {display: block;	float: left;clear:left;Width:180px;line-height: 20px;margin-bottom: 10px;margin: 5px 0;}
.error {color: #FF0000;}
.required {font-weight: bold;color: #FF0000;float: left;height: 10px;width: 10px;padding-top: 10px;}

