/* Tags Redefined */
body {
	background-image: 	url(images/bg.gif);
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					11px;
	margin: 						0px 0px 0px 0px;
}

img {
	border:							0px;
	padding: 						0px 0px 0px 0px;
}


/* Custom Tags */
.activeCell {
 color:							#FFFFFF;
	font-size: 					11px;
	font-weight:				bold;
	border: 1px solid #000000;
	border-bottom: 0px;
	background-color: #2A41AD;
	height: 25px;
}
.inactiveCell {
 color:							#FFFFFF;
	font-size: 					11px;
	font-weight:				bold;
 border-bottom: 1px solid #000000;
	background-color: #C12410;
	height: 25px;
}
	
.btmIMG {
	vertical-align: 		text-bottom;
}

.btmMenu {
	background-image:		url('images/btmContent.gif');
	color:							#FFFFFF;
	font-size: 					11px;
	font-weight:				bold;
	height:					55px;
}

.btmMenu a {
	color:							#FFFFFF;
	font-size: 					11px;
	font-weight:				bold;
	text-decoration:		none;
}

.cellContentA {
	background-color: 	#F6F6F6;
}

.cellContentB {
	background-color: 	#E1E1E1;
}

.copy {
	font-size:					9px;
}

input {
	font-size:					10px;
}

.menuCell {
	border-bottom:			1px dashed #B5B5B5;
	font-size:					12px;
	font-weight:				bold;
	padding:						3px 0px 0px 0px;
	text-indent:				5px;
}

.menuCell a {
	color:							#000000;
	text-decoration:		none;
}

.newsItem {
}

.pageTitle {
	font-size:					18px;
	font-weight: 				bold;
}

.subMenuCell {
	background: url(images/bullet.gif) bottom left no-repeat;
	border-bottom:			1px dashed #B5B5B5;
	font-size:					12px;
	font-weight:				bold;
	padding:						3px 0px 0px 0px;
	text-indent:				12px;
}

.subMenuCell a {
	color:							#000000;
	text-decoration:		none;
}

.tblContent {
	border: 						1px solid #828282;
}