@charset "UTF-8";
/* CSS Document */
body {
	background-color:#333;
	font-family: Helvetica, Verdana, Arial;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	font-size:.8em;
	margin:0;
	
}
.box {
	height:100%;
	width:100%;
	background-color:#CCC;
	text-align:center;
	border:0 0 0 0;
	padding:0 0 0 0;
	}
.one { 
	height:20px;
	width:100%;
	background-color:#333;
	text-align:right;
	vertical-align:middle;
	}
.two {
	height:246px;
	width:100%;
	background-color:#CCC;
	text-align:center;
	}
.three {
	min-height:300px;
	width:100%;
	background-color:#666;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	}
.four {
	height:84px;
	width:100%;
	background-color:#666;
	text-align:center;
	background-image:url(images/4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
.five {
	height:30px;
	width:100%;
	background-color:#333;
	text-align:center;
	}
a {
	color:#FFF;
	text-decoration:underline;
	padding:2px;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
	padding:2px;
}
lh {
	font-weight:bolder;
	font-size:large;
}