/* CSS Document */

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #532d0f;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y; 
	background-position: top center;
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #666666;
}

a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #D85D1A;
}
a:visited {
	color: #D85D1A;
}
a:hover {
	color: #D85D1A;
}
a:active {
	color: #D85D1A;
}

.menu       { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.menu a:link       { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.menu a:visited    { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.menu a:active     { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.menu a:hover     { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}

.selected      { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.selected a:link       { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.selected a:visited    { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.selected a:active     { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}
.selected a:hover     { color: #ffffff; font-size: 12px; text-decoration: none; text-transform:uppercase}

.validator {color: #D85D1A;font-size:11px;}
.validatortext {color: #D85D1A;}
input.stylebutton { font-size: 11px; color: #ffffff; background-color:#D85D1A; border:solid 1px;}
textarea, input, select { font-size: 11px; font-family: Arial;}

.captcha {border:1px solid #7f9db9}
