/* CSS Document */

.BodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #000033;
}
.H2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.H3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
.list {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: disc;
}
.box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #006600;
}
-->