body { /*background:url(../images/body_bgnd.jpg) repeat-x scroll top left;*/ background-color:#f9f9f9; margin:0px; padding:0px; }
body, td { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#666666; } /*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; }

.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 { padding:20px 15px 20px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#365F91; text-decoration:underline; }
a:hover { }

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

a.a2:link, a.a2:visited { color:#272425; text-decoration:none; } 
a.a2:hover { } 

a.st:link, a.st:visited { color:#c51d2e; text-decoration:none; } 
a.st:hover { text-decoration:underline } 

a.st2:link, a.st2:visited { color:#d13f1b; text-decoration:none; } 
a.st2:hover { text-decoration:underline } 

/*add-ons*/
.orange { color:#d13f1b}
.gray1 { color:#333333}

.hr1 {
	border-bottom:1px dashed #cccccc;
	padding-bottom:0px;
	margin-bottom:5px;
} 
.plr { padding:0px 68px 0px 68px}
#menu2 {
	width: 750px;
	padding-top: 0px;
	/*padding-right: 68px;
	padding-left: 68px;*/
}

#region {
	width: 550px;
	float: right;
	padding-top: 5px;
}
#search {
	width: 200px;
	padding-bottom:10px;
}
