/* CSS Document */
.Bg{
	background-image:url(../images/back_ground.gif);
}


.welTxt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#f8dd73;
	font-weight:normal;
}

.leftHeadingBg{
	background-image:url(../images/print_head_bg.gif);
	background-repeat:no-repeat;
}
.rightHeadingBg{
	background-image: url(../images/rht_heading_bg.gif);
	background-repeat:repeat-x;
	height:32px;
}

.mainTxt{
	font-family:Tahoma;
	font-size:12px;
	color:#afaeac;
	font-weight:normal;
}

.mainTxt a {
	font-family:Tahoma;
	font-size:12px;
	color:#afaeac;
	font-weight:normal;
	text-decoration:none;
}

.mainTxt a:hover {
	color:#666666;
}

.headingTxt{
	font-family:Verdana;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
}
.headingTxt1{
	font-family:Verdana;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}

.rhtHeadingTxt{
	font-family:Verdana;
	font-size:15px;
	color:#f8dd73;
	font-weight:normal;
}
.mailTxt{
	font-family:Verdana;
	font-size:12px;
	color:#f8dd73;
	font-weight:normal;
	text-decoration:none;
}
.mailTxt a:hover{
	font-family:Verdana;
	font-size:12px;
	color:#f8dd73;
	font-weight:normal;
	text-decoration:underline;
}
.categoryTxt{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#f8dd73;
	text-decoration:none;
}
.categoryTxt a:hover{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#efecdf;
	text-decoration:none;
}
.tblBrd{
	border: 1px solid #999999;
}

/* Menu */

#menu {
	width:100%;
	height:65px;
	margin:0px auto;
	padding-left:0px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background-image:url(../images/btn1.gif);
	background-repeat:no-repeat;
	height:65px;
	width:134px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#fcefe1;
	text-decoration:none;
	text-align:center;
}

#menu a {
	display: block;
	float: left;
	height: 65px;
	margin-right: 3px;
	padding: 20px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	width:134px;
}

#menu a:hover { text-decoration: none; color:#e7db18;
background-image:url(../images/btn.gif);
background-repeat:no-repeat;
 }
