/* Link Navigation */
.left_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AE2932;
	text-decoration: none;
}

.left_menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}



/* Fonts */

.welcomeTxt {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
}
.bodyTxt {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma;
	text-decoration:none;	
}
.bodyTxtlink {
	font-size: 11px;
	font-weight: normal;
	color: #AE2932;
	font-family: Tahoma;
	text-decoration: underline;	
}
.bodyTxtlink:hover {
	font-size: 11px;
	font-weight: normal;
	color: #0033CC;
	font-family: Tahoma;
	text-decoration:underline;	
}
.freePlansTxt {
	font-size: 12px;
	font-weight: bold;
	color: #B9272E;
	font-family: Arial, Helvetica, sans-serif;
}
.copyRightTxt {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}

/* TblBg */

.tblBorder {
	border: 1px solid #000000;
}
.tbl4SideBorder {
	border: 1px solid #d9d9d9;
}
.tblLftRhtBor {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
}

.tblTopBtmBor {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}

/* button*/

.buttonStyle2	{
	border-width:1px;
	border-style:solid;
	background-color: #73A6D6;
	border-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	cursor:pointer;
	font-weight: bold;
}
/**********************/

div.menuNormal {
display: none;
position: static;
}

div.menuHover {
border: 0px solid ;
background-color: #FFC509;
display: inline;
position: absolute; 
-moz-opacity:.7; filter:alpha(opacity=85);

}

td.menuNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AE2932;
	text-decoration: none;
}


td.menuHover {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;	
}


a.menuitem:link {
text-decoration: none;
color:#003366;
background-color:;
display: block;

}

a.menuitem:visited { 
text-decoration: none;
color: black;
background-color:;
display: block;

}

a.menuitem:hover {
text-decoration: none;
color: #AE2932;
display: block;
}

a.menuitem:active
{
text-decoration: none;
color: black;
display: block;
}