.boldInCaps {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
}

body {
	background-image: url(images/bck.jpg);
	margin-top: 30px;
	margin-bottom: 30px;
}

.content {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-top: 0px;
	
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: right;
	margin-right: 1px;
	color: #666666;
}

.subBullets {
	font-size: 11px;
}


.italHead {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}