body {
	background-color: #141414;
}

td {
	font: normal 12px Verdana, Arial;
	color: #ffffff;
}

h1, h2, h3, h4, h5 {

    color: #76950b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
    font-size: 14px;
	text-transform: uppercase;
	color: #76950b;
}

h2 {
    font-size: 13px;
	color: #76950b;
	text-transform: uppercase;
}

h3 {
    font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	font-weight: bold;
	
}
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a {
	font: normal 12px Verdana, Arial;
	color: #76950b;
}

a:hover {

font: normal 12px Verdana, Arial;
color: #00527d;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}

.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}
.text_indent {
	margin-left: 10px;
}
.float_right {
	float: right;
	margin-right: 15px
}
.float_left {
	float: left;
	margin: 6px;
}	
.border-thin {
	border-width: thin;
	border-color: #fff;
}

