body {
	background-color: #FCFDFD;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #8a8a8a;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {
	color: #fe0000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
	color: #797979;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;

}

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: #f17e22;
}

.orange-text-underline {
	color: #fe0000;
	text-decoration: underline;
}

.red-text-regular {
color: #a50000;
}

.red-text-underline {
color: #a50000;
text-decoration: underline;
}


.gray-text{
color: #549b28;
}

.green-text{
color: #549b28;
}
p {
	font-size: 12px;
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	font-size: 12px;
}
ul {
	font-size: 12px;
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.floatright {
	float: right;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}
