BODY {
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #666;
	/*background-image: url(../images/logo_bg.gif);
	background-repeat: repeat;*/
}
a {
	text-decoration: none;
	color: #330099;
}

h1 {
	font-size: medium;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}
h2 {
	font-size: x-small;
	font-weight: bold;
}
.bold {
	font-size: small;
	font-weight: bold;
}

/***** BEGIN TOPMENU STYLES *****/
#topMenu {
	clear:both;
	margin: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	list-style-image: none;
}
	
#topMenu ul {
	display: block;
	font-weight: bold;
	
}
	
#topMenu ul li {
	display: block;
	float:left;
	text-align:center;
	line-height: 35px;	
}
	
#topMenu a {
	width:116px;
	display: block;
	color: #FFFFFF !important;
	text-decoration: none;
	background: url("../images/menu_tabs_bg.gif");
}
	
/* hack \*/
* html #topMenu a
	{width:116px;height:20px;
}
/* hack - end */
	
#topMenu a:hover {
	text-decoration: none;
	background: url("../images/menu_tabs_hover.gif");
}

/*#topMenu .menuLink_selected a, #topMenu .menuLink_selected a:hover {
	border-right: 1px #7B1117 solid;
	border-left: 1px #D9585F solid; 
	border-bottom: 1px #E1342D solid !important;
	border-top: 1px #D9585F solid;
}*/
	
/* hack \*/
* html #topMenu .menuLink_selected a
	{height:27px;
}
/* hack \*/
/******* END TOPMENU STYLES *******/


/***** BEGIN TOPMENU2 STYLES *****/
#topMenu2 {
	clear:both;
	margin: 30px 0px -35px -30px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
}
	
#topMenu2 ul {
	display: block;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #c00;

}
	
#topMenu2 ul li {
	display: block;
	float:left;
	text-align:center;
	line-height: 25px;
	background-color: #000000;
	position: relative;
	top: -25px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	
#topMenu2 a {
	width:94px;
	display: block;
	color: #fff !important;
	text-decoration: none;

}
	
/* hack \*/
* html #topMenu2 a {width:94px;height:25px;}
/* hack - end */
	
#topMenu2 a:hover {
	color: #fff !important;
	text-decoration: none;
	background: #666;
}
/*
#topMenu2 .menuLink_selected a, #topMenu2 .menuLink_selected a:hover {
	border-right: 1px #7B1117 solid;
	border-left: 1px #D9585F solid; 
	border-bottom: 1px #E1342D solid !important;
	border-top: 1px #D9585F solid;
}*/
	
/* hack \*/
* html #topMenu2 .menuLink_selected a {height:25px;}
/* hack \*/

/***** END TOPMENU2 STYLES *****/

/***** BEGIN TOPMENU23 STYLES *****/
#topMenu3 {
	clear:both;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: right;
	margin-top: 29px;
	margin-right: -2px;
}
	
#topMenu3 ul {
	display: block;
/*	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #c00;*/

}
	
#topMenu3 ul li {
	display: block;
	float:left;
	text-align:center;
	line-height: 15px;
	background-color: #000000;
	position: relative;
	/*top: -25px;*/
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	
#topMenu3 a {
	width:50px;
	display: block;
	color: #fff !important;
	text-decoration: none;

}
	
/* hack \*/
* html #topMenu3 a {width:50px;height:15px;}
/* hack - end */
	
#topMenu3 a:hover {
	color: #fff !important;
	text-decoration: none;
	background: #666;
}
/*
#topMenu2 .menuLink_selected a, #topMenu2 .menuLink_selected a:hover {
	border-right: 1px #7B1117 solid;
	border-left: 1px #D9585F solid; 
	border-bottom: 1px #E1342D solid !important;
	border-top: 1px #D9585F solid;
}*/
	
/* hack \*/
* html #topMenu3 .menuLink_selected a {height:25px;}
/* hack \*/

/***** END TOPMENU3 STYLES *****/


/******* BEGIN BottomMENU STYLES *******/
#bottomMenu {
	width:650px;
	font-weight: bold;
	color: #FFFFFF;	
}

#bottomMenu a {
	color: #cc0000 !important;
    text-decoration: none;
}
#bottomMenu a:hover {
    text-decoration: underline;
}
/***** END BottomMENU STYLES *****/

.tableHeading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

