/* MAIN PAGE STYLES */

hr { 
	color : #cccccc;
}


body {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 11px;	
	margin-top : 8;
	margin-right : 0;
	margin-left : 0;
	margin-bottom : 0;
	background : #ffffff;
}

td, p, li, ul, ol {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 12px;	
}	
sup {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
}

.sml_lg, td.sml_lg, {
	font-family : Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 10px;	

}	

.sml, table.sml, td.sml, p.sml, li.sml, ul.sml {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 10px;	

}	

.big { 
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 14px;	
	font-weight : bold;
}

td.normal, .normal {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 11px;	
}


h3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight : bold;
	font-size : 12px;	
}

.heading {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight : bold;
	font-size : 14px;	
}

 a:link, a:active, a:visited { 
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 12px;	
	text-decoration:underline;
}
				
a:hover { 
	font-family : Arial, Helvetica, sans-serif;
	color: #6666666; 
	font-size : 12px;
	text-decoration: none; 
}

td.up, .up {
	background : #666666;
}

.code {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
}

/* HEADER STYLES */
/* header table */

.topmenu, td.topmenu, th.topmenu {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 11px;
	font-weight : normal;
	line-height : 20px;
	background : #FFFFFF;
}



 a.topmenu:link, a.topmenu:active, a.topmenu:visited { 
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;	
	color: #999999; 
	font-size : 11px;	
	text-decoration : none;
	background : #FFFFFF;
}
				
a.topmenu:hover { 
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;	
	color: #333333; 
	font-size : 11px;
	text-decoration: none; 
	background : #FFFFFF;
}

 a.topnav_on:link, a.topnav_on:active, a.topnav_on:visited, a.topnav_on:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background : #ffffff;
	font-size : 11px;	
	text-decoration : none;
	line-height : 20px;
	letter-spacing : 1px;
}


/* FOOTER CLASSES */

a.footer:link, a.footer:active, a.footer:visited { 
	font-family : Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 10px;	
	text-decoration: none;
}
				
a.footer:hover { 
	font-family : Arial, Helvetica, sans-serif;
	color: #999999; 
	font-size : 10px;
	text-decoration: none; 
}

td.footer, .footer { 
	font-family : Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 10px;	
}


/* FORM CLASSES */

input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	height : 18px;
	width : 140px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-right-color : #333333;
	border-bottom-color : #333333;
}

input.radio {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	height : 12px;
	width : 12px;
}

input.submit  {
	background-color : #cccccc;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
	height : 18px;
	width : 40px;
	color : #333333;	
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
		border-top-color : #999999;	
	border-left-color : #999999;	
	border-right-color : #999999;
	border-bottom-color : #999999;
}
input.inp  {
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	height : 18px;
	width : 150px;
	color : #000000;	
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-top-color : #999999;	
	border-left-color : #999999;	
	border-right-color : #999999;
	border-bottom-color : #999999;
}
