body {
	margin: 0;
	padding: 0;
	background-color: #1B1B18;
	text-align: center;
	font: normal .8em Tahoma, Arial;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 10px;
	text-align: left;
	background-color: #E6E5E5;
	width: 980px;
}

td {
	
	color: #ffffff;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {
color: #797979;
text-decoration: underline;
}

a:hover {
color: #797979;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}

.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;
}
