/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #5a8697; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.footer, .copyright {color: #162024; text-align: center; font-size: 7pt;}

.i1 {padding:0px 20px 0px 18px;}
.i2 {padding:0px 20px 0px 18px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #800;}
a:visited {text-decoration: none; color: #800;}
a:hover {text-decoration: underline; color: #800;}
a:active {text-decoration: none; color: #800;}

.footer a:link, .copyright a:link {text-decoration: none; color: #162024;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #162024;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #162024;}
.footer a:active, .copyright a:active {text-decoration: none; color: #162024;}


/* ----- backgrounds ----- */
.fader_l {background: url('fader_l.jpg') right top no-repeat;}
.fader_r {background: url('fader_r.jpg') left top no-repeat;}

.cont_l {background: url('cont_l.jpg') right top no-repeat;}

.bg_fader {background: url('bg_fader.jpg') center top repeat-x;}
.bg_foot {background: url('bg_foot.jpg') center top repeat-x;}
.gradient {background: url('gradient.jpg') center top repeat-x #f9fcfd;}

.i1 {background: url('icon1a.jpg') left top no-repeat;}
.i2 {background: url('icon2a.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul {margin-top:10px; margin-bottom:0px;}
ul li {
	list-style-image: url('bullet.gif');
}
.img {border: thin solid #528195}