body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	background-color:#959595;
	background-image:url(../images/bg_fade.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px 0px 20px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.pageHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24pt;
	color:#666666;
}

#wrapper {
	width:990px;
	border:#000000 1px solid;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	
	
}
/* This controls the look and behavior of the HEADER nav buttons and tables */ 

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:5px;
	border:#000000 1px solid;
	width:990px;
	background-color:#dddddd;
}
.buttonTable {
	width:990px;
}
.buttonTd {
	font-weight:bold;
	font-size:14px;
	
}
.buttonLink {
	text-decoration:none;
	color:#000000;
	display: block;
}
a:link.buttonLink {
	color: #000000;
	text-decoration:none;
	text-align:center;
}
a:visited.buttonLink {
	color: #000000;
	text-decoration:none;
	text-align:center;
}
a:active.buttonLink {
	color: #000000;
	text-decoration:none;
}
a:hover.buttonLink {
	text-decoration:none;
	background-color:#CCCCCC;
}


/***********************all a: links in site ****************************/
a:link, a:visited, a:active {
	color: #0000aa;
	font-weight:bold;
}
a:hover {
	color: #555555;
}
