.back {
	background: #E8E8E8;
	color: #333333;
	font-weight: bold;
	padding: 4px;
}
.red_text {
	color: #660000;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	color: #333333;
}
.small_text, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #999999;
}
.small_text_box, .textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px black solid;
	width: 250px;
}
.textbox {
	background: #FBFBFB;
	border: 1px black solid;
	color: black;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.quick_textbox {
	background: #FBFBFB;
	border: 1px black solid;
	color: black;
	font-size: 15px;
	font-weight: none;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box_in {
	border: 1px #931c09 solid; 
	padding-left: 6px;
}
a {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
#main_site  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#313131;
}
.textarea { 
	background-color: white;
	border: 1px black solid;
	padding: 5px;
	color: #660000;
	font-size: 13px;
	width: 450px;
	height: 250px;
	font-weight: bold;
	overflow: auto;
}
.button {
	background: #666666;
	border: 1px black solid;
	color: white;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}