/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('images/bckgr.jpg') center top repeat-x #586d47; 
	font-family: arial; 
	font-size: 12pt; 
	color: #000000;
	-webkit-text-size-adjust:none;
}

H1 {
font-size:16px;
           color: #000000;
           margin-top:-2px;
           margin-bottom:-2px;
      }


td {font-size: 9pt;}
p {margin: 0px; padding: 0px;}
hr {maring: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 15px 0px 20px;}
.welcome {padding: 0px 20px 0px 12px;}

.i1 {padding: 0px 5px 0px 14px;}
.i2 {padding: 0px 10px 0px 14px;}
.i3 {padding: 0px 12px 0px 12px;}

.footer, .copyright {text-align: center; font-size: 13pt;}

/* ----- links ----- */
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #030;
}
a:active {
	text-decoration: underline;
	color: #c0d372;
}

.footer a:link, .copyright a:link {text-decoration: none; color: #000000;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #000000;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #004000;}
.footer a:active, .copyright a:active {text-decoration: none; color: #004000;}


/* ----- backgrounds ----- */
.t_l {background: url('images/r_top_a.jpg') right top no-repeat;}
.t_r {background: url('images/r_top_a.jpg') left top no-repeat;}
.t_c {background: url('images/title_main.jpg') center left no-repeat;}
.t_l1 {background: url('images/r_top_a2.jpg') right top no-repeat;}
.t_r1 {background: url('images/r_top_a2.jpg') left top no-repeat;}

.b_c {background: url('images/main_pg_bck.jpg') left top repeat-y;}

.rotate {background: url('images/rotator0.jpg') center left no-repeat;}
.t_l2 {background: url('images/r_top_b.jpg') right top no-repeat;}
.t_r2 {background: url('images/r_top_b.jpg') left top no-repeat;}

.m_c {background: url('images/main_pg_bck_top.jpg') center left no-repeat;}

.f_l {background: url('images/l_foot.jpg') right top repeat-x;}
.f_r {background: url('images/r_foot.jpg') left top repeat-x;}
.f_c {background: url('images/ft_pg_bck.jpg') center left no-repeat;}

#fader {height: 240px; width: 967px; overflow: hidden;}
