@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/template/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: black;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: InfoBackground;
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6{
	color: orange;
	font-weight: bold;
}

a {
	color: orange;
	text-decoration: underline;
}

a:hover{
	color: #ff4500;
	text-decoration: underline;
}

.floatingBox{
	float: right;
	border: 1px dashed red;
	width: 200px;
	font-size: 8pt;
}
td.boxtopside{
	background-image: url(images/template/boxsidetop.gif);
	background-repeat: repeat-x;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
td.boxrightside{
	background-image: url(images/template/boxsideright.gif);
	background-repeat: repeat-y;
	width: 19px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
.boxleftside{
	background-image: url(images/template/boxsideleft.gif);
	background-repeat: repeat-y;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width: 19px;
}
.boxbottomside{
	background-image: url(images/template/boxsidebottom.gif);
	background-repeat: repeat-x;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.boxcecter{
	background-image: url(images/template/bg_black.jpg);
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-repeat: repeat;
}
.boxcorner{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.Menu, .Menu a{
	font-size: 11pt;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}

.Menu a:hover{
	color: #ffc04a;
}


.footerText {
	font-size: 8pt;
}


