@charset UTF-8;
body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}
a:link {
	color: #6D1D1D;
	text-decoration: none;
}
a:visited {
	color: #6D1D1D;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #6D1D1D;
	text-decoration: underline;
}
.header {
	font-size: 12px;
	color: #000000;
}
.footer {
	font-size: 12px;
	color: #000000;
}
.navbar {
	background: url(images/nav/TopNavBkg.jpg) repeat-x center;
	margin: 0;
	padding: 0;
}
.footbar {
	background: url(images/footbar.jpg) repeat-x center;
}
.vendorbox {
	background: url(images/vendorbox.jpg) no-repeat center;
	margin: 0;
	padding: 0;
}
.operation {
	font-size: 10px;
}
.main {
	font-size: 12px;
	text-align: justify;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
#website {
	display: none;
}