.content {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
}

.printerContent {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

STRONG {
	color: #222222;
}

B {
	color: #222222;
}

/* HEADERS */

.sectionHeader {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF ;
}

.pageHeader {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2F437A ;
}

.catHeader {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666 ;
}

.homeRightHeader {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9933 ;
}

.newsHeader {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
}

.newsSubHeader {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.newsFooter {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}



/* MISC */

.imgBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.searchbox {
	font-size: 10px;
}

.copyright {
	font-family: Verdana, Arial, san-serif;
	font-size: 9px;
	color: #6F6F6F;
}

.reg {
	vertical-align: super;
	font-size:  8px;
}

/* NAV */

A {
	color: #CC9933;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

.topNav {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000000;
}

A.topNav {
	color: #000000;
}

A.topNav:hover {
	color: #5C8C95;
	text-decoration: none;
}

.leftNav {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #666666;
}

A.leftNav {
	color: #666666;
}

A.leftNav:hover {
	text-decoration: none;
	color: #000000;
}

.leftNavHi {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
}

A.leftNavHi {
	text-decoration: none;
	color: #000000;
}

A.leftNavHi:hover {
	text-decoration: none;
	color: #5C8C95;
}

.summaryNewsHeadlineDate {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.summaryNewsHeadline {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 13px;
	color: #555555;
}

A.summaryNewsHeadline {
	color: #555555;
}

A.summaryNewsHeadline:hover {
	color: #CC9933;
	text-decoration: none;
	
}

.industrySolutionsHeadline {
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	color: #555555;
}

A.industrySolutionsHeadline {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

A.industrySolutionsHeadline:hover {
	color: #CC9933;
	text-decoration: none;
	font-weight: bold;
}


/* FORMS */
.required {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #C60A0A;
}

.formNote {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #464646;
}


/* ERRORS */

.error {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

/* HTML HELPER */
body.htmlhelper{
  background: #FFFFFF;
  margin: 0px;
}

div.htmlhelper{
  width: 100%;
  padding: 2px;
  margin-top: 10px;
  font: 10pt Trebuchet MS, Helvetica, Arial;
}

/*V-Factor with Background Image*/
table.vfacBack{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
	background-image: url(route6.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; 
	height: 350;
}

td.vfacBackLeft{
	width: 250px;
}

/*V-Factor */
table.vfac{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.vfac th{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #B7CAD1;
	background-color: #B7CAD1;
	color: #000000;
	font: 12pt Trebuchet MS, Helvetica, Arial;
	text-align: left;
	font-weight:bold;
}

table.vfac td{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #B7CAD0;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
}

.input-box{
	text-align: right;
	border: none;
	width: 65px;
}

.error-box{
	text-align: right;
	border: none;
	width: 65px;
	background: #F6C8C9;
}

.error-reg-box{
	background: #F6C8C9;
}

.vfacHead{
	color: #CC9933;
}

.vfac_worksheet{
	font-size: 48px;
	color: #C3A447;
}

.rate {
	font-size: 10px;
	text-weight: none;
	color: #000000;
}

.largeFirstLetter {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #CC9933 ;
}



#textarea {
	height: 200px;
	width: 320px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAABAD;
	border-right-color: #D4D5D6;
	border-bottom-color: #D4D5D6;
	border-left-color: #AAABAD;
}
#textareasmall {
	height:50px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAABAD;
	border-right-color: #D4D5D6;
	border-bottom-color: #D4D5D6;
	border-left-color: #AAABAD;
}
.textfieldsmall {
	height: 18px;
	width: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAABAD;
	border-right-color: #D4D5D6;
	border-bottom-color: #D4D5D6;
	border-left-color: #AAABAD;
	margin-left: 5px;
}
#menulist {
	height: 13px;
	width: 105px;
	border: 1px solid #AAABAD;
}
.formtx2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #222223;
	text-decoration: none;
	letter-spacing: .5px;
	line-height: 1.5em;
}
