@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.black{
	background-color:#000000;
	
}
body.home {
	background-color: #000000;
	font-family:Helvetica, Arial, sans-serif;	
	text-align:center;
	}
#table {
	background-color:#FFFFFF;
	border: 1px solid #666666;
 }	
#container {
margin-left: 0;
margin-right: 0;
width: 785;
}

 #td {
 border: 0px;
 }

.greyBorder {
	border: 1px solid #CCCCCC;
}
h1 {
	font-size: 14px;
}
a.num:link {
	color: #666666;
	background-color: #E6E6E6;
	border: 1px solid #666666;
	padding: 3px;
	text-decoration: none;
}

a.num:visited {
	color: #666666;
	background-color: #E6E6E6;
	border: 1px solid #666666;
	padding: 3px;
	text-decoration: none;
}
a.num:active {
	color: #666666;
	background-color: #666;
	border: 1px solid #666666;
	padding: 3px;
	text-decoration: none;
}
a.num:hover {
	color: #666666;
	background-color: #fff;
	border: 1px solid #666666;
	padding: 3px;
	text-decoration: none;
}
#rotatingImages{
position:relative;
z-index:0;
}
a:link {
	color: #39F;
	text-decoration: underline;
}
a:visited {
	color: #39F;
	text-decoration: underline;
}
a:active {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #39F;
	text-decoration: none;
}
