/* CSS Document */

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #80988B;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y; 
	background-position: top center;
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

a {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.menu {color: #ffffff;font-family: Arial; font-size: 10pt; text-decoration: none}
.menu a:link       { color: #ffffff; font-family: Arial; font-size: 10pt; text-decoration: none}
.menu a:visited    { color: #ffffff; font-family: Arial; font-size: 10pt; text-decoration: none}
.menu a:active     { color: #ffffff; font-family: Arial; font-size: 10pt; text-decoration: none}
.menu a:hover     { font-family: Arial; color: #4d6f5d; font-size: 10pt; text-decoration: none}

.selected      { color: #e51820; font-size: 11px; text-decoration: none;}
.selected:link       { color: #e51820; font-size: 11px; text-decoration: none; }
.selected:visited    { color: #e51820; font-size: 11px; text-decoration: none;}
.selected:active     { color: #e51820; font-size: 11px; text-decoration: none; }
.selected:hover     { color: #e51820; font-size: 11px; text-decoration: none; }

.validator {color: #ffffff;font-size:8pt;}
.validatortext {color: #ffffff;}
input.stylebutton { font-size: 8pt; color: #ffffff; background-color:#003e5e; border:solid 1px;}