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