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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
	line-height: 16px;
}
body {
	background-color: #999;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}
.darktext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.darktext a:link {
	text-decoration: underline;
	color: #666;
	}
.darktext a:visited {
	text-decoration: underline;
	color: #666;
	}
.darktext a:hover {
	text-decoration: none;
	color: #333;
	}
.darktext a:active {
	text-decoration: underline;
	color: #666;
	}
.whitetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}
.whitetext a:link {
	text-decoration: none;
	color: #FFF;
	}
.whitetext a:visited {
	text-decoration: none;
	color: #FFF;
	}
.whitetext a:hover {
	text-decoration: underline;
	color: #FFF;
	}
.whitetext a:active {
	text-decoration: none;
	color: #FFF;
	}
.disclaimer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7px;
	color: #999;
	letter-spacing: 1px;
}
.disclaimer a:link {
	text-decoration: none;
	color: #999;
	}
.disclaimer a:visited {
	text-decoration: none;
	color: #999;
	}
.disclaimer a:hover {
	text-decoration: underline;
	color: #CCC;
	}
.disclaimer a:active {
	text-decoration: none;
	color: #999;
	}
.subhead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #CCC;
}
.subhead2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #3898CC;
}
ul {
	list-style-type: circle;
	margin-left: 12px;
	margin-top: 6px;
	padding-left: 12px;
	padding-top: 0px;
}
.indent {
	margin-left: 6px;
}
