/* CSS Document */

body {
	background-color: #0F0E0C;
	margin: 0;
	font-family: Tahoma;
	color: #D9CBAE;
}
.topbg {
	background: url(images/h-topline.jpg) top repeat-x;
	height:4px;
}
.bottombg {
	background: url(images/h-botline.jpg) top repeat-x;
	height: 4px;
}
.footer-text {
	font-size:9px;
	color: #D9CBAE;
}
.footer-text a{
	color: #D9CBAE;
	text-decoration:none;
}
.footer-text a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-text2 {
	font-size:9px;
	color: #6D92BB;
}
.footer-text2 a{
	color: #6D92BB;
	text-decoration:none;
}
.footer-text2 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}