BODY {
	background: #FFFFFF url(images/bg.gif);
}
td {  
	font: 11px Arial, Tahoma, Sans-Serif; 
	color: #8D8D8D;
}


a {
	text-decoration: underline;
	color: #3b3c43;
}

.whitetext {
	color: #ffffff;
}
.blacktext {
	color: #28343B;
}

p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #30687e;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}


a.whitelink {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration:none;
}
a.whitelink:hover {
	text-decoration:underline;	
}

a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	color: #56C2F8;
	text-decoration: underline;	
}
a.bluelink:hover {
	text-decoration: none;	
}

a.orangelink {
	color: #A24126;
	text-decoration: underline;
	font: normal 11px Tahoma, Arial;
}
a.orangelink:hover {
	text-decoration: none;	
}