/* CSS Document */

body {
	background-color: #282828;
	background-image: url(resources/bg.gi);
}
.txtmain {color: #650F15; font-size: 12px; }
.border {
	border: 1px solid #CCCCCC;
}
.txtfooter {
	color: #CCCCCC;
	font-size: 10px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.txtsmall {
font-size: 10px; 
color: #990000; 

}
.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.txtnav {
	color: #C79C3B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txtnav:hover {
	color: #AE7E02;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txtnavline {color: #AE7E02}
a:link {
	color: #C79C3B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C79C3B;
}
a:hover {
	text-decoration: none;
	color: #AE7E02;
}
a:active {
	text-decoration: none;
	color: #B7842F;
}

.forms {
	color: #650F15;
	background-color: #FEE692;
}
