/* CSS Document */


.headingreen {
	color: #006600;
	font-size: x-large;
	font-weight: 900;
	text-align: center;
}
.red {color: #FF0000; }
.navy {color: #330066}
.bgcolorgreen {
	background-color: #009900;
}
.content{
	background-color: #FFFF99;
	text-align: left;
	font-weight: normal;
}
th, td {
	vertical-align: top;
}
.center {
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	text-align: right;
}
.green {
	color: #009900;
}
.floatleft {
	float: left;
	margin: 10px;
}
.floatright {
	float: right;
	margin: 10px;
}
.smallertext {
	font-size: x-small;
}
table {
	width: 100%;
}
.orangebright {
	color: #FF6600;
	font-size: large;
	font-weight: bold;
}
.orangelight {
	background-color: #FFCC99;
}
.navylarge {
	color: #000066;
	font-size: x-large;
	font-weight: bold;
}
.textleft {
	text-align: left;
	font-weight: normal;
}.textlarger {
	font-size: large;
}
.goldlarge {
	color: #FFFF99;
	font-size: large;
	font-weight: bold;
}
.gold {
	color: #FFCC00;
}
.navyitalmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

