 /* 1.1 - Page Background */
 BODY {
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles */
 SPAN{
	 }

 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT {
	 }

 /* 1.5 - Font Style for Regular Text 605F4B*/
 p,ol,li,td {
	 font-family: "Verdana", sans-serif;
	 font-size: 11px;
	 line-height: 14px;
	 color: #848075;
	 }

 /* 1.6 - Top Margin for Content */
.contentmargin {
	 padding-top:20px;
	 }

 /* 1.7 - Title 5B6E74*/
.titleFont,p.titleFont,td.titleFont {
	 /* display : block;
	 padding: 2px 0px 0px 0px;
	 */
 font-size: 15px;
	 line-height: 16px;
	 font-family: "Verdana", sanserif;
	 color: #737373;
	 font-weight: bold;
	 /*text-transform: uppercase;
	 */
 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #734646;
	 text-decoration: none;
	 }

 a:visited {
	 color : #734646;
	 text-decoration: none;
	 }

 a:hover {
	 color : #969CC5;
	 text-decoration: underline;
	 }

 a:active {
	 color : #734646;
	 text-decoration: underline;
	 }

 /* 1.9 - Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions {
	 color: #605F4B !important;
	 font-size: 10px;
	 line-height: 11px;
	 text-decoration: underline;
	 }

 a.captions:hover {
	 color: #969CC5 !important;
	 font-size: 10px;
	 line-height: 11px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar {
	 background-color : #DCDCD8 !important;
	 }

 /* 1.11 - Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted {
	 color : #000000;
	 }

 /* 1.12 Padding for Search Results Page */
.searchsidespacer {
	 width:170px;
	 }

 /* 1.13 Padding for Response Window After Contact Form Submitted */
.formsidespacer {
	 width: 170px;
	 }

 /* 1.14 - Minimum Size of Text When Needed */
.smalltext {
	 font-size : 8px;
	 }

 