html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #494949;
	background-image: url();
}
body {
	font-family:Arial, Helvetica, san-serif, "Trebuchet MS";
	font-size:11px;
	text-align:left;
	line-height: 14px;
	color: #CCCCCC;
}
#wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-color: #494949;
	background-image: url();
	color: #CCCCCC;
}
#container {
	position:relative;
	width:900px;
	height:auto;
	margin:0px;
	padding:0px;
	background-color: #494949;
	background-image: url();
}
#topnav {
	line-height: 12px;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #999999;
}
#topnav a:active {
	text-decoration: none;
	color: #666666;
}
#topnav a:hover {
	text-decoration: none;
	color: #666666;
}
.grey {
	color: #666666;
}

.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.inline {
	display: inline;
}
.logotype
{
	font-family: Helvetica, Arial, san-serif, "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 1.1em;
	text-align: left;
	padding-bottom: 0px;
}
h1, h2 
{
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 0px;
	padding-top: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3, h4, h5, h6 
{
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 hr 
 {
    border: 0;
    width: 100%;
    background-color: #999999;
    height: 1px;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}

.blocktext {
	line-height: 18px;
	text-align: justify;
}
#here a:link, #here a:visited {
	font-weight: normal;
	color: #CCCCCC;
	line-height: 12px;
}.titles {
	font-weight: bold;
}
.right {
	float: right;
}
