/* HTML Tags */
BODY, TD {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

B { font-weight: bold;}

.pageSetup { margin: 0 0 0 0;}

/* Background Colors and Images */
/*****  LEFT NAVIGATION STYLE  *****/
.leftNavBg {background-color: #dedfde; color: #000000; font-weight: bold;}
.bodyBg {background-color: #ffffff;}
.leftNavMrgn { background-color: #636563}


/* End Background Colors and Images */


/* Link Behaviours */

A, A:Visited, A:Active {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #46678e;
	font-weight: bold;
	text-decoration: underline;
}
A:Hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
/********** LEFT NAVIGATION LINK STYLE ***************/
A.navItem, A.navItem:Visited, A.navItem:Active { color: #000000; font-weight: bold; font-size: 11px;text-decoration: none}
A.navSubItem:Hover, A.navItem:Hover { color: #CC0000; text-decoration: underline;}
A.rightNavItem, A.rightNavItem:Visited, A.rightNavItem:Active { color: #000000; font-weight: normal; font-size: 10px;text-decoration: none}
A.rightNavItem:Hover, A.rightNavItem:Hover { color: #CC0000; text-decoration: none;}
A.textLink, A.textLink:Visited, A.textLink:Active { color: #46678e; font-weight: normal; font-size: 11px;text-decoration:underline}
A.textLink:Hover, A.textLink:Hover { color: #CC0000; text-decoration: underline;}
.contentTxt A:Hover { font-weight: bold; text-decoration: underline}
/* End Link Behaviours */


/*********** NEWS AND ANNOUNCEMENTS TEXT ***************/
.newsAnnouncementsText {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight :bold;
	font-size: 10px;
}

.dateText {
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-weight :none;
	font-size: 10px;
}

.bdr {border:1px solid #dadada;}

.topText
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 11;
}

/*********** BORDER STYLE FOR RIGHT NAVIGATION ***************/
.bdrT {border-top:1px solid #8CA6C6;}
.bdrB {border-bottom:2px solid #8CA6C6;}
.bdrB1 {border-bottom:1px solid #c0c0c0;}
.bdrB2 {border-bottom:1px solid #8CA6C6;}
.bdrR {border-right:1px solid #8CA6C6;}
.bdrL {border-left:1px solid #8CA6C6;}
.bdrTB {border-top:1px solid #8CA6C6;border-bottom:1px solid #8CA6C6;}
.bdrTL {border-top:1px solid #8CA6C6;border-left:1px solid #8CA6C6;}
.bdrTR {border-top:1px solid #8CA6C6;border-right:1px solid #8CA6C6;}
.bdrBL {border-bottom:1px solid #8CA6C6;border-left:1px solid #8CA6C6;}
.bdrBR {border-bottom:1px solid #8CA6C6;border-right:1px solid #8CA6C6;}
.bdrLR {border-left:1px solid #8CA6C6;border-right:1px solid #8CA6C6;}

.tableBorder {
	border-collapse: collapse; border: medium none; margin-left: .0in;bgcolor:#E4EAF1}