/* ______________________________________ */
 /* ___ Section Two: Interface/Design ____ */
 /* ______________________________________ */
 /* 2.1 - Date */
.datebug,td.datebug {
	 color : #A3A2C7;
	 font-size : 10px;
	 }

 /* 2.2 - Default Bullet Graphic Reference */
 ul {
	 list-style-image:url("ulbullet.gif");
	 }

 /* 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,t d.pagehdr {
	 font-size: 11px;
	 line-height: 12px;
	 color: #A3A2C7;
	 }

 /* 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.bre adcrumb {
	 text-decoration : underline;
	 font-size: 11px;
	 line-height: 12px;
	 color: #A3A2C7;
	 }

 a.breadcrumb:hover {
	 text-decoration : underline;
	 font-size: 11px;
	 line-height: 12px;
	 color: #535594;
	 }

.breadcrumbdown,a.breadcrumbdown,a.breadcrumbdown:hover,a.breadcrumbdown:active,a.bre adcrumbdown:visited,p.breadcrumbdown,td.breadcrumbdown {
	 text-decoration : none;
	 font-size: 11px;
	 line-height: 12px;
	 color: #A3A2C7;
	 }

 /* 2.6 - Default Style for Color of Line Between Body Content and Sidebar Content */
 td.rulecolor,table.rulecolor {
	 color: #ffffff;
	 }

 /* 2.7 - Text Footer at the Bottom of Every Page */
 td.footertxt {
	 color : #A3A2C7;
	 font-size : 10px;
	 }

 