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

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
}
img {
	border: 0px;
}
.spacer {
	height: 200px;
}

.navi {
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navi a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navi a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}



.foot {
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.foot a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.content {
	padding: 20px;
}
.content a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.content a:hover {
	color: #FF0000;
}


.content .copy {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.content .copy a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-variant: normal;
	margin-top: 10px;
	padding-top: 10px;
}
.content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content .newstext {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

