@charset "utf-8";

/* 				GLOBAL AND REST VALUES 				*/
body,
h1,h2,h3,h4,
form, p{
	padding:0px;
	margin:0px;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	background:#fff;
	border:none;
	border:0px;
}

a, img{
	border:none;
	border:0px;
}

.blankHeight5{
	height:5px;
}
.boldTxt{
	font-weight:bold;
}
.bigTxt150{
	font-size:150%;
}
.body_text
	{
	padding-left:12px;
	padding-right:12px;
	text-align:justify;
	line-height:17px;
	font-size:11px;
	}
.table_bd
	{
	border:1px solid #dcdcdc;
	}
	
.welcome_text
	{
	font-size:28px;
	letter-spacing:1px;
	color:#66a022;
	}
.indentmenu{
font: bold 11px Tahoma;
background-image:url(../images/blue_bt_bg.jpg);
background-repeat:repeat-x;
height:22px;
float:left;
width: 100%;
letter-spacing:1px;
}

.indentmenu ul{
margin: 0;
padding: 0;
padding-left:12px;
float: left;
width: 788px;
background: black url(../images/blue_bt_bg.jpg);
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white;
padding: 4px 16px;
text-decoration: none;
border-right: 0px solid #564c66; 
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#000000 !important;
font-weight:bold;
padding: 3px 16px; 
background: black url(../images/green_bt_bg.jpg);
}
	
	
.footer_bg
	{
	background-color:#dddcda;
	color:#005081;
	font-size:11px;
	height:24px;
	vertical-align:middle;
	padding-left:12px;
	}
.footer_link
	{
	color:#6e96ad;
	text-decoration:none;
	}
	
	.redlink
	{
		color:Red;
		font-weight:bold;
	}