/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #0B5793; 
	font-family: arial, san-serif; 
	font-size: 9pt; 
	color: #000;
}

td {font-size: 9pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px; text-align:left;}
.footer, .copyright {font-size: 8pt; color: #D7DFE6; text-align: center;}


/* ----- links ----- */
a:link {text-decoration: none; color: #0B5793;}
a:visited {text-decoration: none; color: #0B5793;}
a:hover {text-decoration: underline; color: #0B5793;}
a:active {text-decoration: none; color: #0B5793;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #D7DFE6;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.left {background: url('left.jpg') right top no-repeat;}
.right {background: url('right.jpg') left top no-repeat;}

/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
	text-align:left;
}
.img {
	border: 2px solid #0B5793;
}