/* CSS Document */

body{
	margin: 0px;
		background-color: #708BA0;
		
}
td{
	font-family: Arial, Helvetica, sans-serif;
	color: #33404F;
	font-size: 11px;
}
td.content{}
blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525C69;
}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
A:visited {
	COLOR: #144683;
	text-decoration: none;
}
A:hover {
	COLOR: #03AAE9;
	text-decoration: none;
}
A:link{
	COLOR: #144683;
	text-decoration: none;
}
A:active {
	COLOR: #03AAE9;
	text-decoration: none;
}
.bcolor{
	background-color: #3F6A9A;
}
.dborder{
	background-image: url(images/whitebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.chosenText{
	font-weight: bold;
	color: 03AAE9;
}
