body {
	background-color: #FCFDFD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
	color: #3A3A3A;
}

h1, h2, h3, h4, h5 {
	color: #3A3A3A;
	margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {
color: #3A3A3A;
text-decoration: underline;
}

a:hover {
color: #797979;
text-decoration: none;

}

a.bold {
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: underline;
}

a:hover.bold {
font-weight: bold;
color: #797979;
text-decoration: none;
}

a.white-link-underline {	
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover.white-link-underline {	
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.white-link {	
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover.white-link {	
	text-decoration: none;
	color: #FFFFFF;
}

.white-text{

color: #ffffff;

}

a.blue {
color: #0055a5;
text-decoration: underline;
}

a:hover.blue {
color: #0055a5;
text-decoration: none;

}

.blue-text-underline {
color: #0055a5;
text-decoration: underline;
}

.blue-text-regular {
color: #0055a5;
}

.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;
}
