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

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	line-height: 14px;
	background-color:#000000;
}

a:link {color: #314d60; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #314d60; text-decoration: underline; }
a:hover {color: #ffffff; text-decoration: none; }

img { border: none; }


#container{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:1000px;
	height:1000px;
	z-index:34;
	padding: 0px;
	background-image: url();
	visibility: visible;
	background-color: #000000;
	background-repeat: no-repeat;
}



#header {
	position: relative;
	left: 1px;
	width: 100%;
	height: 150px;
	background-image:url(/gfx/BG-header.png);
	z-index: 2;
	}
	
#menu {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height: 25px;
	background-image:url(/gfx/BG-header.png);
	z-index: 2;
	}
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:1000px;
	height:auto;
	z-index:2;
	visibility: visible;
}
#tag-invisible{
	position:relative;
	margin-left:0px;
	margin-top:-100px;
	width:1000px;
	height:20px;
	z-index:2;
	overflow:hidden;
	visibility:hidden;
}
#footer {
	position: relative;
	width: 100%;
	height: 150px;
	background-image:url(/gfx/BG-header.jpg);
	z-index: 2;
	left: 1px;
	}
	
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #EEEEEE;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 20px;
	font-style: normal;
	color: #555555;
}

.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #314d60;
}


.txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
}

.txt-small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

.txt-black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 21px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}
.white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: bold;
}
.whiteHEADER {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	font-weight: bold;
	font-variant: small-caps;
}

