 /* ______________________________________ */
 /* ___ Section Two: Interface/Design ____ */
 /* ______________________________________ */
 /* 2.1 - Date */
.datebug,td.datebug {
	 font-size : 10px;
	 color: #AFBDC2;
	 }

 /* 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: 1.4em;
	 line-height: 1.6em;
	 }

 /* 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 : 10px;
	 font-weight : normal;
	 padding-left : 4px;
	 color: #6D8D9A;
	 text-decoration : none;
	 }

.breadcrumb:hover,a.breadcrumb:hover {
	 font-size : 10px;
	 font-weight : normal;
	 padding-left : 4px;
	 color: #6D8D9A;
	 text-decoration : underline;
	 }

.breadcrumbdown,a.breadcrumbdown,a.breadcrumbdown:hover,a.breadcrumbdown:active,a.breadcrumbdown:visited,p.breadcrumbdown,td.breadcrumbdown {
	 font-size : 10px;
	 font-weight : normal;
	 padding-left : 4px;
	 color: #AFBDC2;
	 text-decoration : none;
	 }

 /* 2.6 - Default Style for Color of Line Between Body Content and Sidebar Content */
 td.rulecolor,table.rulecolor {
	 }

 /* 2.7 - Text Footer at the Bottom of Every Page */
 td.footertxt {
	 color: #7997A2;
	 font-size : 10px;
	 }

 /* 2.8 - Text for Email and Print This */
.emailthis, a.emailthis,a.emailthis:visited,a.emailthis:active {
	 color: #7997A2;
	 font-size : 10px;
	 text-decoration: none;
	 }

 a.emailthis:hover {
	 color: #7997A2;
	 font-size : 10px;
	 text-decoration: underline;
	 }

.printable, a.printable,a.printable:visited,a.printable:active {
	 color: #7997A2;
	 font-size : 10px;
	 text-decoration: none;
	 }

 a.printable:hover {
	 color: #7997A2;
	 font-size : 10px;
	 text-decoration: underline;
	 }

 
