.banner { }

.header { }

.pagetitle1 { font-size:22px;
			  font-weight:bold;
			  color:#42ABE8;
			  padding-bottom:23px; }

.pagetitle2 { font-size:18px;
			  font-weight:bold;
			  color:#42ABE8;}

.pagetitle3 { font-size:14px;
			  font-weight:bold;
			  color:#42ABE8; }

.no_padding {padding:0px;}

			  
.table_pad { padding: ;}
.table_border { border:2px solid #000000;}
.bdr_left {border-left:1px solid #000000;}
.bdr_right {border-right:1px solid #000000;}
.bdr_bottom {border-bottom:1px solid #000000;}
.bdr_top {border-top:1px solid #000000;}

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }

.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_td {  }
.area_a_td {  }
.footer_td {  }

.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*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 a { }
.nav a:link, .nav a:visited {  }
.nav a:hover { }
#currentnavpage {  }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*add-ons*/
.ff_a { font-family: ; } /*sample font-family to be use*/
.black { color:#000000; } /*sample font color to be use*/
.white { color:#FFFFFF;}
.blue { color:#42ABE8;}
.form { } /*font attrributes for form, e.g., input box, textarea, select*/

