.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #9A0303 url(images/bg.jpg) repeat-x;
}
.bodyheight {
	height: 375px;
	width: 661px;
	padding-right: 25px;
	padding-left: 25px;
}
.borderL {
	background-repeat: repeat-y;
	width: 70px;
}
.borderR {
	width: 10px;
}
.bodyw {
	width: 661px;
}
.copyright {
	font-size: 12px;
	font-style: normal;
}
.red {
	color: #E90000;
}
.h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}
.redbig {
	font-size: 18px;
	font-weight: bold;
	color: #E90000;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}

#header{
margin:0;
padding:0;
margin-bottom:-5px;
}

.contacttable{
/*border:1px dashed #f00;
width:400px;*/
background:#fff;
margin:auto;
}

input, textarea{
background:#efefef;
}
#supplies li{
	list-style:none;
	font-weight:bold;
	color:red;
}
#supplies li li{
	color:#000;
	font-weight:normal;
}

p.standout{
	padding:10px;
	font-weight:bold;
	background:#efefef;
	border:1px dashed #f00;
}
