.back {
	background: #000033;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
}
.divider {
	background: #E6E6E6;
	color: #003;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
}
.price_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0066CC;
	font-weight: bold;
	text-align: center;
}

.red_text {
	color: #0066CC;
}
.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;
}
.big_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	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: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
#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: #333333;
	font-size: 13px;
	width: 500px;
	height: 300px;
	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;
}