@charset "utf-8";
/* CSS Document */

body {
	background: url(images/Web_Back_Main.png) repeat-x #080202;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.form {
	background-color: #080202;
	color: #FFFFFF;
	font: Verdana, Geneva, sans-serif 12px;
}
/* From "default.css" */
.hidden {
	display : none;
}
/* From "default.css" */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
