/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: #00529c; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

hr {color:#ff7200; background-color:#ff7200;}

#ctr {margin-left: auto; margin-right: auto; width: 760px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 14px;}
.icons {padding: 7px 14px;}

.highlight {font-weight:bold; color:#ff7200;}
.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #ff7200;}
a:visited {text-decoration: none; color: #ff7200;}
a:hover {text-decoration: underline; color: #ff7200;}
a:active {text-decoration: none; color: #ff7200;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.content {background-color: #fff;}
.icons {background: url('icon_07.gif') left top no-repeat #fff;}


/* ----- other stuff ----- */
.img {border:2px solid #093766;}
.pad {padding:6px 5px 15px 4px;}
.info {margin-top:12px; background-color:#efefef; border:1px solid #c6c4c4; line-height:150%;}
#fader {width: 506px; height: 257px; overflow: hidden;}
#fader2 {width: 254px; height: 257px; overflow: hidden;}
ul {margin-top:3px; margin-bottom:10px;}
ul li {
	margin-left: -20px; 
	list-style-image: url('bullet.gif');
}