/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/top_bg.jpg);
	background-color: #292f33;
	background-repeat: repeat-x;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.articlehead {
	color: #669933;
	font-weight:bold;
}

.subarticlehead {
	color: #666666;
	font-weight:bold;
}

.greenhead1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #669933;
}

.greenhead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #669933;
}

.greyhead1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}

.greyhead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

.greyhead3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}

.whitebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #336666;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: none;
	color: #669999;
}
a:active {
	text-decoration: none;
}

</style>