body {
	background-color: #FFFFFF;
}

td {

}

h1, h2, h3, h4, h5 {

    color: #000000;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}

h3 {
    font-size: 14px;
}


a {

font: bold 13px Tahoma, Arial;
color: #87ae26;
text-decoration: underline;
}

a:hover {
	color: #87ae26;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 30px 50px 30px 30px;
}
.bg1
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}
.menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}

.header-text{
font-size: 28px;
	font: bold  Tahoma, Arial;
	color: #5b614b;
}
.body-text{
font-size: 16px;
text-align:justify;
	font:  Tahoma, Arial;
	color: #5b614b;
}
.blye-text-underline {
color: #5a768d;
text-decoration: underline;
}

.blye-text-regular {
color: #5a768d;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #87ae26;
text-decoration: none;
}

.green-text-underline{
color: #87ae26;
text-decoration: underline;
}
/*new code */


ul#menu
{
	padding: 0px 0 0px 0px;
	margin: 0;
	list-style: none;
}

.main ul#menu
{
	background: url('images/blue-menu-bg.gif') no-repeat top left;
}

.second ul#menu
{
	background: url('images/green-menu-bg.gif') no-repeat top left;
	padding-top: 15px;
}

ul#menu li.logo
{
	padding: 0 0 15px 26px;
	height: auto;
	width: 163px !important;
}

ul#menu li.logo p
{
	margin: 0;
	padding: 0;
}

/* menu in side bar */
ul#menu li
{
	display: block;
	height: 40px;
}

.main ul#menu li
{
	width: 199px;
}

.second ul#menu li
{
	width: 189px;
}

ul#menu a:visited,
ul#menu a:link,
ul#menu a
{
	background: url('images/menu-item.gif') no-repeat 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: white;
	padding: 10px 5px 0 5px;
	height: 33px;
	display: block;
}

ul#menu a:hover
{
	background: url('images/menu-item.gif') no-repeat 0 -39px;
}

