.BoldRed_10 { color: #c00; font-size: 10px; font-family: Tahoma; font-weight: bold; line-height: 13px }
.BoldRed_12 { color: #c00; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px }
.BodyRed_12 { color: #c00; font-size: 12px; font-family: Tahoma; font-weight: normal; line-height: 14px; }
.BoldRed_14 { color: #c00; font-size: 14px; font-family: Tahoma; font-weight: bold; line-height: 16px; }
.BodyRed_14 { color: #c00; font-size: 14px; font-family: Tahoma; font-weight: normal; line-height: 16px; }
.BoldRed_18 { color: #c00; font-size: 18px; font-family: Tahoma; font-weight: bold; line-height: 20px; }
.BodyRed_18 { color: #c00; font-size: 18px; font-family: Tahoma; font-weight: normal; line-height: 20px; }
.BoldRed_24 { color: #c00; font-size: 24px; font-family: Tahoma; font-weight: bold; line-height: 26px; }
.BodyBlack_10 { color: black; font-size: 10px; font-family: Tahoma; font-weight: normal; line-height: 13px; }
.BoldBlack_10 { color: black; font-size: 10px; font-family: Tahoma; font-weight: bold; line-height: 13px }
.BodyBlack_12 { color: black; font-size: 12px; font-family: Tahoma; font-weight: normal; line-height: 14px; }
.BoldBlack_12 { color: black; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px }
.BodyBlack_14 { color: #000; font-size: 14px; font-family: Tahoma; line-height: 16px; }
.BoldBlack_14 { color: #000; font-size: 14px; font-family: Tahoma; font-weight: bold; line-height: 16px; }
.Bold_Gray_10 { color: #666; font-size: 10px; font-family: Tahoma; font-weight: bold; line-height: 13px; }
.Bold_Gray_12 { color: #666; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px; }
.Bold_Gray_14 { color: #666; font-size: 14px; font-family: Tahoma; font-weight: bold; line-height: 22px; }
.BoldWhite_12 { color: white; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px }

a{
	color: #FF0000;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

a:link{
	color: #FF0000;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	
}

a:visited{
	color: #FF0000;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}
/*
a:link  { color: #39f; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px; text-decoration: none }
a:hover  { color: #FF0000; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px; text-decoration: none }
a:active  { color: #ccc; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px; text-decoration: none }
a:visited { color: #666; font-size: 12px; font-family: Tahoma; font-weight: bold; line-height: 14px; text-decoration: none  }
*/

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 9px;
	padding: 2px 0px 0 10px;
}

/************* #globalNav styles **************/

#globalNav{
	visibility: visible;
	left: 70px;
	top: 243px;
	/*background-image: url(../imgs/mnuBack.jpg);*/
	background-repeat: repeat-x;


}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{

	top: 112px;
	left: 2%;
	right: 2%;
	width:878px;
	background-color: #ffffff;
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#statMenu {
	background-color: #000000;
}
#mainBack {
	background-color: #ffffff;
}
#homeBottom {
	background-color: #000000;
}
