body {
background-color: #333333;
}

ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

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

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #0000FF;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a:visited {
color: #660066;
}

a.white-link-underline {	
	text-decoration: none;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}

.white-text a {

color: #FFFFFF;
}

.white-text a:hover {

color: #FFFFFF;

}

.white-text a:active {

color: #FFFFFF;

}

.white-text a:visited {

color: #FFFFFF;

}

a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}


.blye-text-underline {
color: #000066;
text-decoration: underline;
}

.blye-text-regular {
color: #000066;
text-decoration: none;
}

.yellow-text-regular {
color: #FF9900;
text-decoration: none;
}

.yellow-text-underline {
color: #FF9900;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
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: #518000;
text-decoration: none;
}

.green-text-underline{
color: #518000;
text-decoration: underline;
}
.dotted_bottom_border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

