.mainTable {
	background-attachment: fixed;
	background-image: url(images/meerkat_grey.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.title {
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height:30px;
}
.caption {
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul{
	list-style-image: url(images/bullet.gif);
	list-style-position:outside;
}
li, .mainText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
}
.mainText a:link {
	text-decoration: underline;
	color: #CC6600;
}
.mainText a:hover {
	text-decoration: none;
	color: #CC6600;
}
.mainText a:active {
	text-decoration: none;
	color: #66CC00;
}
.mainText a:visited {
	color: #CC6600;
}
#nav {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: underlinne;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
}
#date {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#date a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#date a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#date a:visited {
	color: #FFFFFF;
}
.fineprint {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
	
}
body {
	background-color: #669966;
	background-image:url(images/bkg.gif)
}