body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #000;
	margin:0px;
}
#bg {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#content {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.newsHEAD {
	font-size: 15px;
	background-repeat: repeat;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #B1A38B;
	text-align: center;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: .25em;
	background-image: url(/images/td_bg.png);
}

.news {
	font-size: 10px;
	background-image: url(../images/td_bg.png);
	background-repeat: repeat;
	color: #CCC;
	margin: 0px;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #655349;
	text-align: justify;
}
.NewsTitre {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 25px;
}
.NewsDate {
	font-size: 9px;
	font-weight: bold;
	color: #999;
	letter-spacing: 0.05em;
	line-height: 30px;
}
.NewsCitation {
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #999;
}


a:link {
	color: #FFC;
	text-decoration: none;
}
a:visited {
	color: #FFC;
	text-decoration: none;
}
a:hover {
	color: #FF6;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
.Litterature {
	font-size: 10px;
	background-image: url(../images/td_bg.png);
	background-repeat: repeat;
	color: #CCC;
	margin: 0px;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #655349;
	text-align: justify;
}
