@charset "utf-8";




a:link {
	text-decoration: none;
	color: #00c;
}

a:visited {
	text-decoration: none;
	color: #00c;
}

a:hover {
	text-decoration: none;
	color: #c00;
}

a:active {
	text-decoration: none;
	color: #00c;
}

a img { border: none; }





body {
	margin: 0px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #FFF;
}

.topWrapper {
	width: 100%;
}

#topContainer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 30px;
}

.genWrapper {
	width: 100%;
}

#mainContainer{
	position: relative;
	margin: 0 auto;
	width: 950px;
}





.textBox {
	position: relative;
	margin: 20px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}


.textBox1 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 20px;
}


.textBox2 {
	font-size: 13px;
	font-weight: normal;
	color: black;
	line-height: 20px;
}


.textBox3 {
	font-size: 13px;
	font-weight: bold;
	color: #00f;
	line-height: 20px;
}


.textContainer {
	position: relative;
	left: 80px;
	width: 780px;
	border: 1px solid #bbb;
	margin-top: 20px;
}






#footerContainer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 90px;
}
