body {
	background: #666666 url(wimg/bg.gif) repeat;
}

.Log_Form {
	background-color: #C2C2C2;
	Border: 2px solid Black;
}

a:link {
	text-decoration: none;
	color: #154959;
}
a:visited {
	text-decoration: none;
	color: #154959;
}
a:active {
	text-decoration: underline;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: #1D657C;
}
.Center {
	text-align: center;
}
.LoginDiv {
	margin: 50px 0px 0px 0px;
	background-color: transparent;
	border: 0px solid black;
	text-align: center;
}
.LoginTable {
	margin: auto;
	text-align: center;
}
.Log_Top {
	background-image: url(wimg/log_top.jpg);
	height: 27px;
	width: 600px;
}
.Log_Left {
	background-image: url(wimg/log_left.jpg);
	width: 30px;
	height: 304px;
}
.Log_Center {
	background-image: url(wimg/log_center.jpg);
	width: 540px;
	height: 304px;
}
.Log_Right {
	background-image: url(wimg/log_right.jpg);
	width: 30px;
	height: 304px;
}
.Log_Bottom {
	background-image: url(wimg/log_bottom.jpg);
	width: 600px;
	height: 27px;
}

.Login_Box {
	margin: 140px 55px 0px 53px;
	padding: 10px 0px 0px 0px;
	width: 430px;
	height: 125px;
	border-top: 2px dotted Black;
	text-align: center;
}

.Footer {
	color: White;
	margin: 0px;
	padding-top: 7px;
	font-size: 90%;
	text-align: center;
}

/* REGISTRATION */

.RegTable {
	margin: 0 auto;
	background: url(wimg/bg_page.gif);
	width: 600px;
	padding: 12px 10px 10px 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 2px solid #666666;
}

.RegFormTable {
	margin: 5px 0px 0px 12px;
}

.Header {
	font-family: Verdana, Sans-Serif;
	font-size: x-large;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}

.HelpHint {
	cursor: help;
}

.Reg_Form {
	background-color: #C2C2C2;
	Border: 1px solid Black;
}
.RegHelp {
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

.Forgot {
	margin-top: 8px;
}