body {
	background-image: url(./images/advious_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #3e6a8e;
}

div, td {
	font-family: arial, verdana, serif;
	color: #DDDDDD;
	font-size: 16pt; 
}

form {
	margin: 0px;
}

div.splash {
	margin-top: 330px; 
	text-align: center; 
	letter-spacing: -1px; 
	font-size: 16pt; 
	font-family: tahoma, verdana, serif;
	color: #EEEEEE;
	font-weight: bold;
}

input.text, input.text_dark {
	border: none;
	border-top: 1px solid #244c6d;
	border-left: 1px solid #244c6d;
	font-size: 13pt;
	padding: 3px 0px 0px 3px;
	height: 26px;
	font-family: arial, verdana, serif;
	font-weight: bold;
}

input.text {
	background: #FFFFFF;
	color: #333333;
}

input.text_dark {
	background: #EEEEEE;
	color: #888888;
	font-style: italic;
}

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #FFFFFF; }