body {
	background-color: #9FA894;
}

td {
	font: normal 11px HelveticaNeue, Helvetica;
	color: #5A5E61;
}

h1, h2, h3, h4, h5 {

    color: #5A5E61;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 9px;
}

a {

font: normal 11px HelveticaNeue, Helvetica 65, Helvetica;
color: #D56229;
}

a:hover {

font: normal 11px HelveticaNeue, Helvetica 65, Helvetica;
color: #666666;
text-decoration: underline;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #ECC106;
text-decoration: none;
}

.yellow-text-underline {
	color: #ECC106;
	text-decoration: underline;
}

.orange-text-regular {
	color: #D56229;
	text-decoration: none;
}

.orange-text-underline {
color: #D56229;
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: #5A5E61;
text-decoration: underline;
}
.gray-text-regular{
	color: #5A5E61;
}

.green-text{
	color: #1A6048;
	text-decoration: none;
}
