td {
	font: normal 11px Tahoma, Arial;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {

    color: #FFFFFF;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}

h3 {
    font-size: 14px;
}


.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;	
}
a.smalllink:link { color: #ffffff; text-decoration: underline; font-weight: normal;	}
a.smalllink:visited { color: #ffffff; text-decoration: underline; font-weight: normal;	}
a.smalllink:hover { color:#FF0; text-decoration: none; }
a.smalllink:active { color: #ffffff; text-decoration: underline; font-weight: normal;	
}

.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: 150px 0 0 250px;
}

.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
color:#61b2ff;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}
.menu a
{
color:#61b2ff;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #61b2ff;
text-decoration: underline;
	font-size: 18px;
}

.blye-text-regular {
color: #61b2ff;
text-decoration: none;
	font-size: 18px;
}

.yellow-text-regular {
	color: #ffb400;
	text-decoration: none;
	font-size: 36px;
}

.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: #0F0;
	text-decoration: none;
	font-size: 14px;
}

.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;
	font-size: 16px;
}

.green-text{
	color: #a5b66e;
	text-decoration: none;
	font-size: 20px;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	width: 98%;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
	

