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

.bannerR {
	background-image: url(images/bannerR.jpg);
	background-repeat: no-repeat;
}
.mainBG {
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mainBG2 {
	background-image: url(images/mainbg3.jpg);
	background-repeat: repeat;
}
.txt-white {
	color: #FFFFFF;
}
div.LinksMain a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksMain a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksMain a:hover {
	color: #FFFF33;
	text-decoration: none;
}
div.LinksMain a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.txt-yellow {
	font-size: 150%;
	font-weight: bold;
	color: #FFFF33;
}
.txt-black {
	color: #000000;
}
.txt-green {
	font-size: 150%;
	font-weight: bold;
	color: #009900;
}
.box-ld {
	background-image: url(images/box-LD.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-right: 18px;
	padding-left: 10px;
}
.box-m {
	background-image: url(images/box-M.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-right: 18px;
	padding-left: 10px;
}
.box-p {
	background-image: url(images/box-P.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-right: 18px;
	padding-left: 10px;
}
.txt-box {
	padding-top: 130px;
	padding-right: 18px;
	padding-left: 10px;
}
div.Links2 a:link {
	color: #009900;
	text-decoration: none;
}
div.Links2 a:visited {
	color: #009900;
	text-decoration: none;
}
div.Links2 a:hover {
	color: #FF9900;
	text-decoration: none;
}
div.Links2 a:active {
	color: #009900;
	text-decoration: none;
} 
