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

body { background-image:url(../images/body_rpt.jpg); 
		background-repeat:repeat-x; 
		background-color:#e0e0e0;
		font-family:arial;
		font-size:12px;
		margin:0px; 
		padding: 0px;}
.hbody{ height:300px;}



form, ul, ol, h1, h2, h3, h4, h5 {}
p { margin:0px; }
a img { border: none; }

/*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;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td { background-image:url(../images/content_rpt.jpg);
			background-repeat:repeat-y;  }
.content{ padding:20px 23px 15px 25px;
			color:#4c4c4c;
			font-family:arial;
			font-size:12px;
			height:200px!important;
			height:185px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

.footer{ padding:10px 35px 10px 35px;
			color:4c4c4c;
			font-family:arial;
			font-size:11px;
			}
.nav_footer{ background-image:url(../images/nav_footer.jpg);
				background-repeat:no-repeat;
				font-family:arial;
				font-size:11px; 
				height:0px;
				padding-left:115px;
				padding-bottom:11px;	
				padding-top:11px;
				color:#FFFFFF;
				}
.nav_links{ padding:0px 0px 0px 19px;
			text-decoration:none;
			color:#FFFFFF;
			}
.reg{ color:bbbcbc;
		font-size:11px;
		text-decoration:none;
	}



