/* CSS Document */

.reglink_block { }
.reglink { font-family:"Times New Roman", Times, serif;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		padding:0px 15px; }
.reglink a:link, .reglink a:visited { font-family:"Times New Roman", Times, serif;
		font-size:11px;
		color:#000000;
		text-decoration:none;}
		
.reglink a:hover {  font-family:"Times New Roman", Times, serif;
		font-size:11px;
		color:#000000;
		text-decoration:underline;}

.main { }

.banner { }
	
body { margin:18px 0px;
	background-color:#CCCCCC;
	font-family:"Times New Roman";
	font-size:12px;}

.overflow_p2 {overflow:auto; height:210px; width:330px;}

.overflow_p3 {overflow:auto; height:212px; width:285px;}

.overflow_p4 {overflow:auto; height:210px; width:359px;}

/*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }

p { margin:0px; }

a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs25 { font-size:25px; }
.fs30 { font-size:30px; }

.fw600 {font-weight:600}
.fw700 {font-weight:700}
.fw800 {font-weight:800}
.fw900 {font-weight:900}

.b2 { font-weight:bolder;}
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

/*td's padding or sample padding to be use*/

.main_area { }

.main_td { }
		
.area_a_td { }

.footer_td { }

/*.overflow {overflow:auto; height:300px; width:500px;}*/

.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/

a:link, a:visited { font-family:"Times New Roman", Times, serif;
					font-size:12px;
					color:#DF9B25;
					text-decoration:none; }

a:hover { font-family:"Times New Roman", Times, serif;
					font-size:12px;
					color:#DF9B25;
					text-decoration:none;} 

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { } 

.a1 a:hover { } 

/*css navigation | main nav*/
.nav_block { }
				

.nav {  }
.nav a:hover { }
#currentnavpage { }
#navfirst {  }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

.top_nav { }
			
.top_nav a:link, .top_nav a:visited { }
			
.top_nav a:hover { }
			
#current_top_nav { }

/*footer nav*/
.footer_block { }
				
.footer { }
.footer a:link, .footer a:visited {  }
.footer a:hover { }
#fnavfirst { }
#fnavlast { }

/*add-ons*/
/*sample font color to be use*/
.gry { color:#777777;}
.blue { color:#0000ff;}
.blugrn { color:#0D453F;}
.blk2 { color:#ff0000;}
/*sample font-family to be use*/
.ff_a { font-family:Arial;}
.ff_cs { font-family:"Comic Sans MS"; }
.ff_tnr { font-family:"Times New Roman";}
/*font attrributes for form, e.g., input box, textarea, select*/
.form { font-family:Verdana; font-size:12px;} 