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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.bgmain {
	background-image: url(images/bgmain.jpg);
}
.footer {
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
}
div.LinksFooter a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.sidebox {
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-image: url(images/Lbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.txt-whiteLg {
	color: #FFFFFF;
}
.txt-smGray {
	font-size: 90%;
	color: #666666;
}
.txt-orange {
	font-weight: bold;
	color: #FF6600;
}
.padL20 {
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	color: #FF6600;
	font-size: 160%;
}
.txt-gray2 {
	color: #666666;
}

