/* CSS Document */
body
{
	background-image: url(assets/images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	/*background-color: #6C6C6C;*/
}
body,td,th {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000099;
	text-transform: uppercase;
}
.leftnav {
	border-bottom: 1px solid #CACACA;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: bold;
	color: #666666;
}
.caption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}
.footer
{
	color: #949494;
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;	
}
/* Bid Request Form */
.form-section
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.form-section-notes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style:italic;
}
.form-confirm-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.form-confirm-section
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.form-input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000099;
	background-color:#E9E9E9;
	border:1px solid #999999;
}
.form-input-full {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 354px;	
	color: #000099;
	background-color:#E9E9E9;
	border:1px solid #999999;
}
.form-input-half {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 171px;	
	color: #000099;
	background-color:#E9E9E9;
	border:1px solid #999999;
}
.form-input-third {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 110px;	
	color: #000099;
	background-color:#E9E9E9;
	border:1px solid #999999;
}
.form-input-sixth {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 49px;	
	color: #000099;
	background-color:#E9E9E9;
	border:1px solid #999999;
}
#leftnav
{
	margin: 10px;	
}
#note-backbutton
{
	text-align: left;
	background-color:#E9E9E9;
	padding: 10px;
}
#clear-form
{
	font-size:10px;
}
.nocookies
{
	color:Red;	
}
.error-message
{
	font-size: 11px;
	text-transform:uppercase;
	font-style:italic;
}
.leftcol
{
	width: 205px;
}