
body {
	background-color: #333333;
}
.largegreentext {
	font-family: Tahoma;
	color: #009933;
	font-size: 50px;
	line-height: 52px;
	font-style: italic;
	font-weight: normal;
}
.largeyellowtext {
	font-family: Tahoma;
	color: #F9EFA7;
	font-size: 50px;
	line-height: 52px;
	font-style: italic;
	font-weight: normal;
}
.mediumgreentext {
	font-family: Tahoma;
	color: #009933;
	font-size: 26px;
	line-height: 28px;
	font-style: italic;
	font-weight: normal;
}
.mediumyellowtext {
	font-family: Tahoma;
	color: #F9EFA7;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}
.smallyellowtext {
	font-family: Tahoma;
	color: #F9EFA7;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
}
.smallwhitetext {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 9px;
	font-style: normal;
}
a:link {
	color: #629BD5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #629BD5;
}
a:hover {
	text-decoration: none;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #629BD5;
}
.bordertable {	
padding: 2px 4px 2px 4px;
border: 10px solid #336633;
background-color: #000000;
}
input, select, textarea {
font-weight: bold;
color: #000000;
background: #F0F3DE;
cursor: pointer;
}
ul.circle {list-style-type:circle}
ul.square {list-style-type:square}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}
ul 
{
list-style-image:url('../images/arrow.gif');
list-style-type:square;
}