body {
	background-color: #000000;
	background-image: url(../images/BG.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.TEXT_1 {
	font-family: "Lucida Sans";
	color: #CCCCCC;
	font-size: 16px;
}
.HEADER_TEXT {
	font-family: "Lucida Sans";
	font-size: 24px;
	color: #FFFFFF;
}
.footer {
	background-image: url(../images/BOTTOM.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.main_table {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.top_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.image_holder {
	border: 1px solid #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
.form {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 200px;
}
.form2 {

	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 150px;
}
