﻿a {
	color: #cc0000;
}

a:hover {
	color: #cc0000;
}

h2 {
	color: #cc0000;
}

h3 {
	border-bottom: 1px solid #cc0000;
}

div.HomeImageHolder {
	background: url(../PAG/Images/BG_HomeImageHolder_PAG.jpg) no-repeat right top;
}

div.HomeImageHolder strong, div.HomeImageHolder b {
	color: #cc0000;
}

div.TopNav {
	border-bottom: 2px solid #cc0000;
}

div.LeftNav a {
	color: #415968;
}

div.LeftNav a:hover {
	color: #cc0000;
}

div.LeftNav a.active, div.LeftNav a.active:hover {
	color: #cc0000;
}

/* Contact Us Form */
table.ContactFormHolderTable {
	margin-left: 54px;
}

table.ContactFormHolderTable td {
	text-align: left;
	vertical-align: top;
}

td.PageHeaderCell {
	width: 90px;
}

td.ContactForm_RoundedTopCell {
	width: 708px;
	height: 21px;
	background: url(../Images/ContactForm_RoundedTopCell.gif) no-repeat 0 0;
}

td.ContactForm_RoundedBottomCell {
	width: 708px;
	height: 21px;
	background: url(../Images/ContactForm_RoundedBottomCell.gif) no-repeat 0 0;
}

td.ContactForm_FormCell {
	width: 368px;
	padding: 6px 40px 0px 44px;
	background: #e7e8e8 url(../Images/ContactForm_FormCell.gif) no-repeat right top;
}

table.ContactUsFormHolderTable_Inner td {
	padding-bottom: 9px;
}

td.ContactForm_RightCell {
	width: 193px;
	padding: 6px 30px 0px 33px;
	background: #e7e8e8;
}

table.ContactFormHolderTable td.LabelCell {
	padding-right: 12px;
	text-align: right;
}

table.ContactFormHolderTable span.required {
	color: #cc0000;
}

table.ContactFormHolderTable input.TextBox01, table.ContactFormHolderTable textarea.TextBox01 {
	font-size: 11px;
	padding: 1px;
	width: 239px;
	border: 1px solid #6b7982;
}

table.ContactFormHolderTable textarea.TextBox01 {
	height: 53px;
}