body {
	background: #ffffff;
}
td {  
	font: 14px Tahoma, Arial; 
	color: #000000;
}

a {
	text-decoration: none;
	color: #0000ff;
}
.px10 {
	font: normal 10px Tahoma, Arial;
}

.footer a {
	padding: 0px 10px;
}

.whitetext {
	color: #ffffff;
}

.whitetextsmall {
	font: 11px Tahoma, Arial; 
	color: #ffffff;
}

.blacktext {
	color: #000000;
}

.taglinetext {
	color: #30687e;
}

.greytext {
	color: #6F7277;
}
.bluetext {
	color: #0070B6;
}
.yellowtext {
	color: #FFE556;
}
.orangetext {
	color: #FAAB19;
}

h1, h2, h3, h4, h5 {
	color: #30687e;
	margin: 10px 0 10px 0;
}
ul {
	padding: 0px 0px 0px 20px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}


a.whitelink {
	font: normal 14px Tahoma, Arial;
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:hover {
	text-decoration: none;	
}
a.blacklink {
	font: normal 11px Tahoma, Arial;
	color: #212B35;
	text-decoration: underline;
}
a.blacklink:hover {
	text-decoration:none;	
}

a.bluelink {
	color: #0070B6;
	text-decoration: underline;	
}
a.bluelink:hover {
	text-decoration: none;	
}

a.orangelink {
	color: #F2B913;
	text-decoration: underline;
	font: normal 11px Tahoma, Arial;
}
a.orangelink:hover {
	text-decoration: none;	
}
a.greenlink {
	color: #52A61E;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.greenlink:hover {
	text-decoration: none;	
}
a.teallink {
	color: #509FB6;
	text-decoration: underline;
}
a.teallink:hover {
	text-decoration: none;	
}
a.teallink:visited {
	color: #990000;
}