@charset "iso-8859-1";
.bodywhite	{
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Verdana;
	font-weight: bold;
}
.bodylight{ 
	color: #CCC; 
	font-size: 13px; 
	font-family: Arial, Verdana; 
}
.bodyBlack	{
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
}
.bodyDark{ 
	color: #333333; 
	font-size: 13px; 
	font-family: Arial, Verdana; 
}
.white{
	color:#FFFFFF;
}
.dark{ 
	color: #CCC; 
}

.tablePad{
	padding-left:10px;
	padding-right:10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color:#333333;
	font-family: Arial;
	font-size: 13px;
}
a:active {
	text-decoration: none;
}
.form_text {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #333333;
}
