@charset "utf-8";

body {
	background-color: #000000;
	background-image: url(../img/backgroundimage2.jpg);
	background-position: left top;
	background-repeat: repeat;
}

.siteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
}
.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #000000;
}	
.newsHeader:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #999999;
}
.newsText img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
}

.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.siteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.explainLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
	border-bottom-width: medium;
}

.siteHeader {
	background-attachment: fixed;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

