 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 16px;
	 line-height : 17px;
	 font-weight: bold;
	 color: #183f6e;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 16px;
	 line-height : 17px;
	 font-weight: bold;
	 color: #13692B;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 16px;
	 line-height : 17px;
	 font-style: italic;
	 color: #13692B;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 14px;
	 line-height : 15px;
	 font-weight: bold;
	 color: #183f6e;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 14px;
	 line-height : 15px;
	 font-weight: bold;
	 color: #13692B;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-size: 16px;
	 line-height : 17px;
	 font-style: italic;
	 color: #183f6e;
	 }

 /* 5.7 Body A Style */
.bodya {
	 color: #13692B;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 color: #13692B;
	 }

 /* Styles repeated to fix problem with SOEditor */
 /* 1.1 - Page Background */
 BODY {
	 font-family : Arial, Verdana, Helvetica, sans-serif;
	 font-size : 12px;
	 line-height : 13px;
	 color: #183f6e;
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #183f6e;
	 }

 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT {
	 font-family : Arial, Verdana, Helvetica, sans-serif !important;
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {
	 font-family : Arial, Verdana, Helvetica, sans-serif !important;
	 font-size : 12px !important;
	 line-height : 13px;
	 color: #183f6e !important;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link{
	 color : #13692B;
	 text-decoration: underline;
	 }

 a:visited{
	 color : #13692B;
	 text-decoration: underline;
	 }

 a:hover{
	 color : #13692B;
	 text-decoration: underline;
	 }

 a:active{
	 color : #13692B;
	 text-decoration: underline;
	 }

 