body {
	background-color:#1F3B79;
	margin:0px;
	margin-bottom:30px;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
}

#container {
	text-align:center;
	width:100%;
}

#content {
	color:#FFFFFF;
	font-size:13px;
	margin:0px auto;
	text-align:center;
	width:565px;
}

#header {
	text-align:center;
	width:100%;
}

#loginForm {
	margin-top:30px;
	text-align:center;
	width:100%;
}

#column {
	float:left;
	text-align:center;
	width:49%;
}

#BTNenter {
	clear:both;
	text-align:center;
}


#field {
	float:left;
	text-align:center;
	width:49%;
}

#footer {
	color:#92A8C0;
	clear:both;
	font-size:11px;
	line-height:15px;
	text-align:center;
	width:100%;
}

#footer a {
	border-bottom:none;
	color:#92A8C0;
	font-size:11px;
	height:15px;
	text-decoration:underline;
}

#footer a:visited {
	border-bottom:none;
	color:#92A8C0;
	text-decoration:underline;
}

#footer a.visited:hover {
	border-bottom:none;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	border-bottom:none;
	color:#FFFFFF;
	text-decoration:underline;
}


.text {
	color:#FFFFFF;
	font-size: 12px;
	line-height:17px;	
}


.textLightBlue {
	color:#92A8C0;
}

.textWhite {
	color:#FFFFFF;
}

.textGray {
	color:#999999;
}

.textRed {
	color:#FF0000;
}


.input {
	background: #F2F2F2;
	border: 6px solid #1A3267;
	color: #443;
	font: 12px "Arial", Verdana, Arial, sans-serif;
	height: 35px;
	padding: 3px;
	margin-bottom: 20px;
	margin-top: 5px;
	outline: none;
	width:90%;
}

.input:focus {
	border:6px solid #006699;
	color: #443;
}

.input:hover {
	border: 6px solid #999999;
}

.combo {
	background: #F2F2F2;
	border: 6px solid #1A3267;
	color: #443;
	font: 12px "Arial", Verdana, Arial, sans-serif;
	height: 35px;
	padding: 3px;
	margin-bottom: 20px;
	margin-top: 5px;
	outline: none;
}



a {
	border-bottom:1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	font-variant:normal;
	height:18px;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #6181A0;
	color: #6181A0;
}

a:visited {
	border-bottom:1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	font-variant:normal;
	text-decoration:none;	
}

a:visited:hover {
	border-bottom:1px solid #6181A0;
	color: #6181A0;
}