/* CSS2 Document */
body {
	background-image:url(images/lefttrim.png);
	background-repeat:repeat-y;
	margin-left:0;
	margin-top:0;
}
p,b,ul,ol,li,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	font-variant: normal;
}
ul {
	list-style: circle url(images/bullet.png);
}
.pageTitle {
	font-size: 18px;
	font-weight: lighter;
	color: #66CC00;
}
.caption {
	font-weight: bold;
	color: #FFFFFF;
}
.lolibold {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.copy {
	font-size: 10px;
}
a:link {
	text-decoration: underline;
	color: #66CC00;
}
a:hover {
	text-decoration: none;
	color: #66CC00;
}
a:active {
	text-decoration: none;
	color: #66CC00;
}
a:visited {
	color: #66CC00;
}
