@charset "utf-8";
/* CSS Document */
a {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a.link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a.visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Arial;
	font-size: 12px;
	
}
.text a:link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.text a:visted {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.text a:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.textSmall {
	font-family: Arial;
	font-size: 10px;
}
.textSmall a:link {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
.textSmall a:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
.textSmall a:hover {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}

.textred {
	font-weight: bold;
	color: #C00;
}
.Footer {
	font-family: Arial;
	font-size: 16px;
	background-image: url(Images/BorderBot.jpg);
	height: 82px;
	font-weight: bold;
	color: #000;
}
.Footer a:link{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.Footer a:visited {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.Footer a:hover{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}



.borderLeft {
	background-image: url(Images/BorderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left;
}



.borderRight {
	background-image: url(Images/BorderRight.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}
.calcBG {
	background-image: url(Images/CalcMid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 345px;
}
.calcTop {
	background-image: url(Images/CalcTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 345px;
	line-height: 12px;
}
.calcBot {
	background-image: url(Images/CalcBot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 345px;
	line-height: 15px;
}
.searchBoxTop {
	background-image: url(Images/SearchBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 345px;
	line-height: 13px;
}
.searchBoxBot {
	background-image: url(Images/SearchBoxBot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 345px;
	line-height: 13px;
}
.searchBoxBG {
	background-image: url(Images/SearchMid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 345px;
}
.borderLongTop {
	background-image: url(Images/BorderLongTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 24px;
	width: 900px;
}

.borderLongLeft {
	background-image: url(Images/Header1.jpg);
	width: 23px;
	height: 145px;
	background-repeat: no-repeat;
}
.borderLongRight {
	background-image: url(Images/Header4.jpg);
	width: 22px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: right;
}
.borderLongRight2 {
	background-image: url(Images/Header6.jpg);
	width: 0px;
	background-repeat: no-repeat;
}
.orderBoxTop {
	background-image: url(Images/OrderTop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 362px;
	line-height: 13px;
}
.orderBoxBot {
	background-image: url(Images/OrderBot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 362px;
	line-height: 13px;
}
.orderBoxBG {
	background-image: url(Images/OrderMid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 362px;
}


input
{
	color: #333;
	background: #ffffff;
	border: 1px solid #999;
	font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	padding: 3px;
}

.submitbutton
{
	cursor:pointer;
	font-family: Arial;
	font-size: 12px;
	
	color: #000;
	border: 1px outset #999;
	background: url(Images/Button.jpg) repeat-x left top;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
} 
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(formbg.gif) repeat-x left top;
}
.err {
	font-family: Arial;
	font-size: 12px;
	color: #F00;
}
