@charset "UTF-8";
/* CSS Document */

/*========================================================================================
	PAGE GENERAL
==========================================================================================*/

body {
	background-image: url(images/BG_Wood.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Sans serif;
	font-size: 12px;
	color: #330000;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



/* Secondary Links */

.r:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;color: #FFCC33;
	text-decoration: none;
	}
.r:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;color: #FFCC33;
	text-decoration: none;
	}
.r:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;color: #FFFFFF;
	text-decoration: none;
	}



/* Font Styles */


.style1 {
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
.style3 {font-size: 12px; font-weight: bold; 
}
.style5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style6 {font-size: 12px}

.style7 {font-size: 10px}

.style8 {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
}




/* Contact Form */

h1, fieldset { width:350px; margin:10px auto 20px; }
h3 {
	width:300px;
	margin:0 auto 20px;
	padding:15px 25px;
	font-size:16px;
	color:#F00;
	background:#FED;
	border:2px solid #330000;
}
.success { color:green; }


fieldset { margin:4px auto; }

p.hint {
	color:#330000;
	font-size:10px;
	font-style:italic;
	font-weight: bold;
	text-align:left;
	margin:0 110px 10px 0;
}
p.hint:before { content:'*'; }
