body {  
  	background-color: #DAC9A4;
	background-image: url('images/bkg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin-top : 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	font-family: georgia, times;
}

input {
 background-color: #9F958B;
 color: #333333;
 border: 1px solid #333333; 
 font-family: arial;
}

textarea {
 background-color: #9F958B;
 color: #333333;
 border: 1px solid #333333; 
 font-family: arial;
}

.bigGrey {
	font-size: 16px; 
	line-height: 40px;
	font-weight: bold;
	color: #222222;
	font-family: georgia, times;
}

.default {
	font-family: verdana;
	color: #3333339;
	font-size: 12px; 
	line-height: 14px;
}
.default a {text-decoration : underline;}
.default a:link { color: #333333; text-decoration : underline;}
.default a:visited { color: #333333; text-decoration : underline;} 
.default a:hover { color: #000000; text-decoration : underline;} 
.default a:active { color: #333333; text-decoration : underline;} 

.red {
	font-family: verdana;
	color: #990000;
	font-size: 12px; 
	line-height: 14px;
}
.red a {text-decoration : underline;}
.red a:link { color: #666666; text-decoration : underline;}
.red a:visited { color: #666666; text-decoration : underline;} 
.red a:hover { color: #FFFFFF; text-decoration : underline;} 
.red a:active { color: #6666666; text-decoration : underline;} 

.emptyfield {
	font-family: verdana;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px; 
	line-height: 14px;
}

.footer {
	background-color : #000000;
	font-family: verdana;
	color: #333333;
	font-size: 8px; 
	line-height: 9px;
}
.footer a:link { color: #FFFFFF; }
.footer a:visited { color: #FFFFFF; } 
.footer a:hover { color: #FFCC00;} 
.footer a:active { color: #FFCC00;} 
