body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	}

.link {
	color: blue;
	font-size: 12px;
	text-decoration: underline;
}
a {
	color: white;
}
a.link:hover {
	color: purple;
}

.link2 {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}

.bodytext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #333333;

	padding: 5px;

	overflow: auto;

}

.bodytextCopy {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #999999;

	padding: 5px;

}



.bodytext2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #fff;

	padding: 0px 5px;

}



.main {

	width: 550px;

	height: 600px;

	background: #000;

}

.footlink {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #fff;

	text-decoration: none;

	font-weight: normal;

}

a.footlink:hover {

	text-decoration: underline;

}

#footer {

	height: 100px;

	width: 750px;

	background: url(../images/bottombanner.jpg) top no-repeat;

}



#scroll {

	padding: 0;

	margin: 0;

	overflow: auto;

	width: 538px;

	height: 212px;

	}