/* CSS Document */

body,html { height:100%}

body {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #56504E;
	background-image:url(images/main-bg.gif);
	background-position: top center;
	background-repeat:repeat-y;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.style1 {color: #e27517}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DC7519;
}
a:visited {
	color: #DC7519;
}
a:hover {
	color: #DC7519;
}
a:active {
	color: #DC7519;
}


.menu       { color: #FFFFFF; font-size: 8pt; text-decoration: none; text-align: center;}
.menu:link       { color: #FFFFFF; font-size: 8pt; text-decoration: none; text-align: center; }
.menu:visited    { color: #FFFFFF; font-size: 8pt; text-decoration: none; text-align: center;}
.menu:active     { color: #DC7519; font-size: 8pt; text-decoration: none; text-align: center;}
.menu:hover     { color: #DC7519; font-size: 8pt; text-decoration: none; text-align: center;}

.selected      { color: #DC7519; font-size: 8pt; text-decoration: none; text-align: center;}
.selected:link       { color: #DC7519; font-size: 8pt; text-decoration: none; text-align: center;}
.selected:visited    { color: #DC7519; font-size: 8pt; text-decoration: none;text-align: center;}
.selected:active     { color: #DC7519; font-size: 8pt; text-decoration: none; text-align: center;}
.selected:hover     { color: #DC7519; font-size: 8pt; text-decoration: none; text-align: center;}

.validator {color: #DC7519;font-size:8pt;}
.validatortext {color: #DC7519;}
input.stylebutton { font-size: 8pt; color: #56504E; background-color:#DC7519; border:solid 1px;}
textarea, input, select { font-size: 8pt; font-family: Arial;}