a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-color: #640A11;
	margin-top:0px;
	margin-bottom: 0px;
}
.topborder {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.white_border {
	border: 3px solid #FFFFFF;
}
.box_border {
	border: 2px solid #E4E4E4;
}

.bottomborder {
	border-right-width: 3px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.black_font {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.gray_font {
	font-family: tahoma;
	font-size: 11px;
	color: #794D32;
	text-decoration: none;
	line-height: 17px;
}
.red_font {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #720900;
	text-decoration: none;
}
.price_font {
	font-family: tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #720900;
	text-decoration: none;
}
.inputbox {
	font-family: Tahoma;
	font-size: 12px;
	margin:1 px;
	color: #666666;
	border: 1px solid #710302;
}
.white_font {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}