body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.h1 {font-family:Verdana; font-size:10px; font-weight:bold;   color:#000000;}
.h2 {font-family:Verdana; font-size:11px; font-weight:bold;   color:#000000;}
.h3 {font-family:Verdana; font-size:12px; font-weight:bold;   color:#000000;}
.h4 {font-family:Arial;   font-size:14px; font-weight:bold;   color:#999999;}
.h5 {font-family:Arial;   font-size:15px; font-weight:bold;   color:#000000;}
.h6 {font-family:Arial;   font-size:17px; font-weight:bold;   color:#000000;}
.h7 {font-family:Arial;   font-size:14px; color:#ff9900;}
.h8 {font-family:Arial;   font-size:18px; font-weight:bold;	  color:#666666;}
.h9 {font-family:Arial;   font-size:12px; color:#666666;}
.h10 {font-family:Arial;   font-size:14px; color:#333333;}
.h10 {font-family:Arial;   font-size:16px; color:#333333;}

.f1 {font-family:Arial;   font-size:10px; font-weight:normal; color:#000000;}
.f2 {font-family:Arial;   font-size:10px; font-weight:bold;   color:#999999;}
.f3 {font-family:Verdana; font-size:11px; font-weight:normal;}
.f4 {font-family:Arial;   font-size:13px; font-weight:bold; color:#000000;}

.msg
{
	font-family: Verdana, Arial, Helvetica; 
	font-style: italic;
	font-size: 8pt;
}

.wrong 
{
	font-family: Verdana, Arial, Helvetica; 
	font-style: italic;
	font-size: 8pt;
	color: red;
}

.t1 {background-color:#ffffff}
.t2 {background-color:#F1EFEF}



.frm  {font-family:Arial; font-size:11px; font-weight:normal; color:#000000; width:150px;}
.frm1 {font-family:Arial; font-size:10px; font-weight:normal; color:#000000; width:250px; border-color:cccccc; border-width:0;}
.border1 {
	border: thin solid #F1EFEF;
}
.borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.fullborders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color:#E0E0E0;
}


