/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #666666;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.links {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.iframewarning {
	color: #000000
}

