/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #5E6257; 
	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, .footer2, .copyright {color: #000; text-align: center; font-size: 7pt;}
.wel1 {padding: 5px 20px 5px 5px;}
.wel2 {padding: 5px 5px 5px 29px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #00853E;}
a:visited {text-decoration: none; color: #696D62;}
a:hover {text-decoration: underline; color: #00853E;}
a:active {text-decoration: none; color: #00853E;}

.footer a:link, .footer2 a:link, .copyright a:link {text-decoration: none; color: #FFF;}
.footer a:visited, .footer2 a:visited, .copyright a:visited {text-decoration: none; color: #FFDF6B;}
.footer a:hover, .footer2 a:hover, .copyright a:hover {text-decoration: underline; color: #FFF;}
.footer a:active, .footer2 a:active, .copyright a:active {text-decoration: none; color: #FFF;}


/* ----- backgrounds ----- */
.bg {background: url('backwel.jpg') center top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}