/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical; -moz-scrollbars-horizontal;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		background-position:top center;
	background-color: #255EAD;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #255CAC;
}
h1 {font-size: 14px; padding: 0; margin: 0; border:none;}
a:link {
	text-decoration: none;
		color:#990000;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
	color:#990000;
}
a:active {
	text-decoration: none;
		color:#990000;
}
.style1 {color: #FFFFFF;}

#footer {
	border-top: 3px solid #FFFFFF;
	background-color: #283891;
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
	position: fixed;
	width: 100%;
	min-width: 700px;
	height: 100%;
	text-align: center;
}
#container {
position:relative;
width: 1020px;
}

ul {list-style-image:url(images/bullet.jpg);
line-height: 18px; padding-top: -6px;}

li {padding-top: -6px;}

.input-box {background-image:url(images/form-background.jpg); background-repeat:no-repeat; background-position: top left; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#666666; border: none;}


