body {
	background-color: #e8e7e7;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #999999;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 30px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: underline;
}

a:hover {
	font: normal 11px Tahoma, Arial;
	color: #666666;
	text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
	color: #ffffff;
	font-weight: normal;
}


.red-text-underline {
color: #f83b22;
text-decoration: underline;
}

.red-text-regular {
color: #f83b22;
}

.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: #ec2907;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.red-text-underline {
color: #ec2907;
text-decoration: underline;
}


.gray-text{
	color: #666666;
	font-size: 11px;
}

a.gray-link-underline {
	text-decoration: underline;
	color: #666666;
}

.green-text{
color: #76950b;
}


.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.scroller {
width: 525px;
height: 110px;
padding: 10px;
overflow: auto;
}
