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

body {
	margin: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	scrollbar-base-color: #35204E;
}
p, td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #E09F01;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.main {
	background-image: url(/images/10000000.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.myform {
	background-image: url(/images/form.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.domain {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.tc {
	font-size: 12px;
	color: #9975C6;
}
.footer {
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 11px;
}
.footer td, .footer td a {
	font-size: 11px;
	color: #3F364B;
	text-decoration: none;
}
.footer td a:hover {}

.box {
	background-color: #35204E;
	border: 1px solid #56347E;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 240px;
}
