.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.nav:link {
	color: #000000;
	text-decoration: none;
}
.nav:active{
	color: #000000;
	text-decoration: none;
}
.nav:visited {
	color: #000000;
	text-decoration: none;
}
.nav:hover{
	color: #B35251;
	text-decoration: none;
}
.smalltext { color: #000; font-size: 11px; font-family: "Times New Roman", Times, serif; text-decoration: none; border-style: none; outline-style: none; }
a:link { color: black; }
a:visited {
	color: #000000;
}
a:hover {
	color: #B35251;
}
a:active {
	color: #000000;
}
input {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #F2EFEA;
	border: 1px solid #000000;
}
.submiter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B35251;
	border: 1px solid #000000;
}
#id { }
