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

body {
	margin:0;
	background-color:#B6B693;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.nav a:link{color:#FFCC00; font-weight:bold; line-height:26px; font-size:14px; text-decoration:none;}
.nav a:active{color:#FFCC00; font-weight:bold; line-height:26px; font-size:14px; text-decoration:none;}
.nav a:visited{color:#FFCC00; font-weight:bold; line-height:26px; font-size:14px; text-decoration:none;}
.nav a:hover{color:#FFFDCA; font-weight:bold; line-height:26px; font-size:14px; text-decoration:none;}

a:link {color:#333300; font-weight:bold;}
a:active {color:#333300; font-weight:bold;}
a:visited {color:#333300; font-weight:bold;}
a:hover {color:#333300; font-weight:bold;}

p {padding-top:0; margin-top:0;}

.home-title {font-size:15px; font-weight:bold;}
.yellow {color:#917400;}

.big-red {font-size:18px; color:#900; margin-top:0; padding-top:0;}
.med-red {font-size:15px; color:#900;}
.red {color:#900;}

input, textarea {border:1px solid #333300;}
