a:link {
	color: #000000;
	}
	
a:visited {
	color: #000000;
	}
	
a:active {
	color: #000000;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

a {
	text-decoration: underline;
	}

body {
	margin: 0px;
	background-color: #DFDFDF;
	background-image: url('images/tile_master.gif');
	background-repeat: repeat-x;
	background-attachment: scroll
	}
		
td {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	}


.mainTableSides {
	background-color: #808080;
	background-image: url('images/tile_sides.gif');
	background-repeat: repeat-x;
	background-attachment: fixed
	}

.mainTable {
	background-color: #FFFFFF;
	}


.bottomLinks {
	line-height: 15pt;
	font-family: verdana;
	font-size: 8pt;
	color: #7F7F7F;
	}


.copyright {
	line-height: 11pt;
	font-family: verdana;
	font-size: 7pt;
	color: #7F7F7F;
	}

.header {
	font-family: arial;
	font-size: 14pt;
	color: #006199;
	}