/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #050100;
}
.bgleft {
	background-image: url(images/bgb.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bgright {
	background-image: url(images/bgb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.arial {
	font-family: Arial;
	color: #38504F;
	font-size: 11px;
}
.bgcontent {
	background-image: url(images/bgcontent_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.arial {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #35524D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #35524D;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #35524D;
}
.footer {
	text-decoration: none;
	color: #1C3353;
}
.footer2 {
	font-family: Arial;
	font-size: 11px;
	color: #35524D;
}
.style1 {
	color: #FFFFFF;
	font-size: 15px;
}
.style3 {color: #FFFFFF; font-size: 18px; font-weight: bold; }