/*VAS2Nets Services CSS starts*/
#main_table{
width:100%;
background-color:#FFFFFF;
}

.box_title {
	/*background-color:#e2e1e2;*/
	background-color: #F8F8F4;
	padding: 0px 8px 0px 4px;
	font-size: 1em;
	border-bottom: 1px solid #ff0000;
	font-family: Tahoma;
	color: #000000;
}


.bannerText {
	font-size: 7pt;
	color: red;
	text-decoration: none;
}
img {
	border-color: 003163;
}
a {
	font-size: 9pt;
	color: 003163;
}
a.bannerText {
	font-size: 7pt;
	color: white;
}


.footerText {
	font-size: 7pt;
	color: black;
	text-decoration: none;
}
img {
	border-color: 003163;
}

a.footerText {
	font-size: 7pt;
	color: red;
}

a.footerText:hover{
	font-size: 7pt;
	color: black;
	text-decoration: none;
}
/************************************/
.mainmenu {
	z-index: 50;
	background-color: gold;
	background: url('/images/gradback.gif');
	font-family: Trebuchet MS;
	font-weight: bold;
	border: 1px tan solid;
	position: absolute;
	height: 17px;
	margin: 0px;
	padding-top: 3px;
}
a.mainmenulink {
	text-decoration: none;
	color: #003163;
	font-size: 12px;
}

.submenu {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 20px;
	visibility: hidden;
	border-top: 1px #003163 solid;
	border-left: 1px #003163 solid;
	border-right: 1px #003163 solid;
}
a.submenulink {
	text-decoration: none;
	font-size: 10px;
	color: #003163;
}
a.submenulink:hover {
	text-decoration: none;
}
.lastmenu {
	margin: 0px;
	padding: 0px;
	z-index: 200;
	position: absolute;
	top: -1px;
	visibility: hidden;
	border-top: 1px #003163 solid;
	border-left: 1px #003163 solid;
	border-right: 1px #003163 solid;
	z-index: 10000;
}

.mainmenulink {
	text-decoration: none;
	font-size: 11pt;
}
.mainmenulink:hover {
	text-decoration: none;
}
.submenuitem {
	position: relative;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	background-color: white;
	border-bottom: 1px maroon solid;
	border-right: 1px maroon solid;
	padding: 3px;
}

.lastmenuitem {
	position: relative;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px maroon solid;
	border-right: 1px maroon solid;
	color: #003163;
	padding: 3px;
}

