/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body {background-color:#FFF; margin:0px; padding:0px; }
body, td { font-family: Verdana; font-size:12px; color:#39360F; } /*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;*/ }
.fl{ float:left; padding:0px 10px 10px 0px;}
.fr{ float:right; padding:0px 0px 10px 10px;}
#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

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

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#39360F; 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 { } 

.top{ background-image:url(../image/top_bg.jpg); background-repeat:no-repeat; height:38px; font-family:Verdana; font-size:10px; padding-left:33px;}
.top a:link, .top a:visited{ text-decoration:none;padding-right:42px; color:#39360F;}
.head{ background-image:url(../image/hedear.jpg); background-repeat:no-repeat; height:110px;}
.nav{ background-image:url(../image/nav_bg.jpg); background-repeat:no-repeat; height:44px;}

/* footer*/
.footer, .footer a:link, .footer a:visited, .footer a:hover{ height:30px; padding:10px 0px; text-align:center; color:#647773; font-size:10px; text-decoration:none;}
.badz{ background-color:#FFF; padding:15px 33px;}
.sidenav{
	background-image:url(../image/sidenav_bot.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#95ECE2;
	width:228px;
	text-align:left;
	font-size:12px;
	text-decoration:none;
}
.content{ padding:0px 30px;}
.indextitle{ color:#CB282C; font-size:15px; font-weight:bold;}
.formz{ padding-bottom:3px;}

