/* ______________________________________ */
 /* ___ Section Two: Interface/Design ____ */
 /* ______________________________________ */
 /* 2.1 - Date */
.datebug,td.datebug {
	 font-size: 11px;
	 color: #FAA55A;
	 }

 /* 2.2 - Default Bullet Graphic Reference */
 /* 2.3 - Style for Page Name Header if No.swt is Found */
.pagehdr,a.pagehdr,a.pagehdr:hover,a.pagehdr:active,a.pagehdr:visited,p.pagehdr,td.pagehdr {
	 font-size: 15px;
	 line-height: 16px !important;
	 font-weight: bold;
	 color: #FFC266;
	 text-transform:uppercase;
	 }

 /* 2.4 - Background Color for Lower Page Header Area */
 td.phdr2bgcolor {
	 background-color: #ffffff;
	 }

 /* 2.5 - Breadcrumb Font Styles for Text and Links */
.breadcrumb,a.breadcrumb,a.breadcrumb:active,a.breadcrumb:visited,p.breadcrumb,td.breadcrumb {
	 font-size : 11px;
	 line-height: 17px;
	 padding-top: 5px;
	 font-weight : normal;
	 text-decoration : underline;
	 color: #76919F;
	 }

 a.breadcrumb:hover {
	 font-size : 11px;
	 padding-top: 5px;
	 line-height: 17px;
	 font-weight : normal;
	 text-decoration : none;
	 color: #76919F;
	 }

.breadcrumbdown,a.breadcrumbdown,a.breadcrumbdown:active,a.breadcrumbdown:visited,p.breadcrumbdown,td.breadcrumbdown {
	 font-size : 11px;
	 padding-top: 5px;
	 line-height: 17px;
	 font-weight : normal;
	 text-decoration :none;
	 color: #76919F;
	 }

 /* 2.6 - Default Style for Color of Line Between Body Content and Sidebar Content */
 td.rulecolor,table.rulecolor {
	 background-color: #ffffff;
	 }

 /* 2.7 - Text Footer at the Bottom of Every Page */
.footertxt,td.footertxt,a.footertxt {
	 font-size : 11px;
	 color: #002364 !important;
	 }

 