@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.white_header {
	font-size: 24px;
	font-weight: bold;
}
.white_bold {
	font-size: 18px;
	font-weight: bold;
}.text_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.drop_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000066;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	color: #FFFFFF;
}
.buttonlink {
	font-size: 14px;
	font-weight: bold;
}
.whitelink {
	color: #FFFFFF;
}
.whitelink a:link{
	color: #FFFFFF;
}
.whitelink a:visited{
	color: #FFFFFF;
}
.whitelink a:hover{
	color: #FFFFFF;
}
.whitelink a:active{
	color: #FFFFFF;
}