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

body{
margin:0
}


.input {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 15px;
	width: auto;
	padding-top: 2px;
	border: 1px solid #efba32;
}
.submit {
	background-image: url(images/submit.jpg);
	height: 21px;
	width: 80px;
}
.whitesmll {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.redtext {
	font-family: Arial;
	font-size: 12px;
	color: #b44a25;
	text-decoration: none;
}
a.redtext:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FEB834;
	text-decoration: none;
}
.GrayHD {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #626262;
	text-decoration: none;
}
.textbox {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 15px;
	width: auto;
	padding-top: 2px;
	border: 1px solid #e6cbbc;
}
.blacktxt {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.textarea {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #e6cbbc;
}
.btn {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #cb6f4f;
	border: 1px solid #070707;
	font-weight: bold;
	height: 18px;
}
.toplinks {
	font-family: Arial;
	font-size: 11px;
	color: #6E1D01;
	text-decoration: none;
	font-weight: bold;
}

a.toplinks:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.copy {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

