@charset "UTF-8";
/* CSS Document */

body

{
	background-color: #223c6b;
	background-image: url(../graphics/bkds/hexagons.jpg);
	background-position: top center;
	background-repeat: repeat;
	margin: 0px;
	text-align: center;
	display: block;
	
}

/* MASTER TABLE */

.table01

{
	color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	border-right: 1px solid #223C6B;
	border-bottom: 1px solid #223C6B;
	border-left: 1px solid #223C6B;
	
}

.columns

{
	border: 1px dotted #EEF8FF;
	text-align: left;
}

.columns2

{
	border: 1px dotted #EEF8FF;
	text-align: center;
}

.footer

{
	font-size: 10px;
	color: #FFF;
}

.footer a:link

{
	color: #D3EBFF;
	text-decoration: none;
}

.footer a:visited
	
{
	color: #D3EBFF;
	text-decoration: none;
}

.footer a:hover

{
	color: #C3DEFF;
	text-decoration: underline;
	
}

