 /* ______________________________________ */
 /* ___ Section Two: Interface/Design ____ */
 /* ______________________________________ */
 /* 2.1 - Date */
.datebug,td.datebug {
	 font-size: 11px;
	 color: #FFFFFF;
	 }

 /* 2.2 - Default Bullet Graphic Reference */
 /* 2.3 - Style for Page Name Header if No.swt is Found */
.pagehdr,a.pagehdr:link,a.pagehdr:visited,a.pagehdr:hover,a.pagehdr:active,p.pagehdr,td.pagehdr {
	 font-size: 12px;
	 line-height: 12px;
	 font-weight: normal;
	 color: #FFFFFF;
	 }

 /* 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:link,a.breadcrumb:visited,a.breadcrumb:active,p.breadcrumb,td.breadcrumb {
	 font-size : 11px;
	 line-height: 12px;
	 padding-top: 5px;
	 font-weight : normal;
	 text-decoration : underline;
	 color: #FFFFFF;
	 }

 a.breadcrumb:hover {
	 font-size : 11px;
	 padding-top: 5px;
	 line-height: 12px;
	 font-weight : normal;
	 text-decoration : none;
	 color: #FFFFFF;
	 }

.breadcrumbdown,a.breadcrumbdown:link,a.breadcrumbdown:visited,a.breadcrumbdown:active,p.breadcrumbdown,td.breadcrumbdown {
	 font-size : 11px;
	 padding-top: 5px;
	 line-height: 12px;
	 font-weight : normal;
	 text-decoration :none;
	 color: #FFFFFF;
	 }

 /* 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 */
 td.footertxt {
	 font-size : 11px;
	 color: #00335B;
	 }

 