/* CSS by Ramya.S */

@supports ((display: -webkit-flex) or
          (display: -moz-flex) or
          (display: flex)) and (-webkit-appearance: caret)

/* a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
} */

a:hover {
	font-family: Tahoma, Arial;
	color: #667C26;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-color: #667C26;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #92010E;
}
.green {
	color: #79C501;
}
.blue {
	color: #0A79BE;
}
.px11 {
	font-size: 11px;
}

.center
{
margin-left:auto;
margin-right:auto;
width:20%;

}

/* CSS Menu */

.header {
    background: url(images/body-top-bg.bmp) center top no-repeat #FFF;
    height:40px;
	margin:0 auto;
	padding:0px;
	width:740px;
	padding:7px 10px 0px 0px;
	}
.header-bottom
{
height:31px;
padding-left:10px;
text-align:left;
}
#navcontainer {
        margin:0px;
        padding: 0;
        height: 31px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
		background: url(images/menu-normal-bg.bmp) center center no-repeat;
		height:31px;
}

#navcontainer ul li a {
        background: url(images/menu-normal-bg.bmp) center center no-repeat;
        width: 80px;
        height: 31px;
        padding: 0px;
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 14px/30px Arial, Helvetica, sans-serif;
}
#navcontainer ul li a:hover {
        color: #fffacd;
        background: url(images/menu-hover-bg.gif) center center no-repeat;
		height:31px;
}

 /* #navcontainer li.active a {
        color: #333;
        background: url(images/menu-active-bg.gif) center center no-repeat;
		height:31px;
} */

 #navcontainer li a:active {
        color: #333;
        background: url(images/menu-active-bg1.bmp) center center no-repeat;
		height:31px;
		
} 