/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f2831;
}

a {
	color:#6eb021;
	text-decoration:none;
}
	a:hover {
		color:#6eb021;
		text-decoration:underline;
	}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

}

h4 {

}

h5 {

}

h6 {

}





table.site {

}

img.right {
	float: right;
}

td.head {
	background-color:#1f2831;
	height:85px;
}


td.menu {
	background-color:#1f2831;
	height:40px;
	text-align:center;
}

	td.menu div {
		display:inline;
	}

td.space {

}

td.startimage {
	height:385px;
}

td.image {

}

td.content {
	background-color:#d2dbe3;
	height:300px;
	padding:45px;
}

td.footer {
	background-color:#1f2831;	
	height:40px;
	color:#747474;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:45px;
	padding-right:45px;
}

	td.footer #left {
		float:left;
	}

	td.footer #right {
		float:right;
	}
