body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #737E99;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
	color: #CCCCCC;
}
h2 {
	font-weight: bold;
	text-indent: 10px;
	font-size: 12px;
	color: #CCCCCC;
}
h3 {
	text-indent: 15px;
	font-size: 12px;
	color: #CCCCCC;
}
.navbar {
	background-image: url(../images/navbar.gif);
	height: 26px;
}
.navbartext {
	font-size: 12px;
	font-weight: bold;
}
.main {
	color: #999999;
	font-size: 12px;
	margin: 20px;
}
.comment {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.footer {
	text-align: center;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
img {
	border: none;
}