/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.style1 {font-size: 15px}
.style2 {color: #333333}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3AAFE6;
	font-weight: bold;
}
a:visited {
	color: #3AAFE6;
	font-weight: bold;
}
a:hover {
	color: #999999;
	font-weight: bold;
}
a:active {
	color: #3AAFE6;
	font-weight: bold;
}
.whitetext {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	}

.times {
	padding: 10px;
	background-color: #FAE8B2;
	}
a.nav:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
a.nav:hover {
	color: #3AAFE6;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
a.nav:active {
	color: #3AAFE6;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
#indent {
	padding-left: 10px;
	left: 10px;
	margin-left: 10px;
