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

html, body {background-color:#000000;
			margin-top:0px;
			text-align: center;
			}

h1 {
	font-size:30px;
	color:#333333;
}

h3 {
	font-size:15px;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size:13px;
	color:#0000CC;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size:18px;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
	
p {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}	

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color:#FF0000;
	}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Content {
	height:auto;
	width:950px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index:1;



}


#LeftStripe {
	width:30px;
	height:100%;
	background-color:#333333;
	border-left-color:#999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color:#999999;
	border-right-width: 2px;
	border-right-style: solid;
	position:absolute;
	z-index:2;
	left:0;
	text-align:center;
}

#RightStripe {
	width:30px;
	height:100%;
	background-color:#333333;
	border-right-color:#999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#999999;
	border-left-width: 2px;
	position:absolute;
	right: 0px;
	z-index:2;
	text-align:center;
}

#Head {
	width:887px;
	height:240px;
	left:31px;
	position:relative;
	z-index:1;
	background-color:#999999;
	background-image: url(../Images/Backhead2.png);
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}

#Footer {
	width:887px;
	height:20px;
	z-index:1;
	/*left:31px;*/
	color:#666666;
	position: relative;
	padding-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#Main  {
	height:auto;
	z-index:1;
	position:relative;
	left:31px;
	text-align:left;
	width:887px;
}

#Navi {
	position:absolute;
	width:600px;
	height:28px;
	left: 50px;
	top: 175px;
	z-index:100;
}

#MainNavi {
	text-align:left;
	position: absolute;
	z-index:0;
	width:180px;
	top:auto 0px;
	left: 0px;
	height:auto;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
}

#MainContent {
	position:relative;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	z-index:1;
	left: 181px;
	top: 0px;
	width:685px;
	height:auto;
}

.newsletter {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height:267px;
	background-image: url(../Images/backgroundnewsletter.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 35px;
	background-position: center center;	
}

.button {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.TableTextBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding-right:20px;
	width:685px;
	position:relative;
	z-index:1;
}

.td2{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-right:20px;
	border-top-color: #999999;
	border-bottom-color: #999999;	
}

.tableBlock {
padding-right:20px;
}


