body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.top {
	text-align: center;
	height: 179px;
	width: 700px;
	}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.content {
	border-left:5px solid #377390;
	border-right:5px solid #800000;
	width: 700px;
	padding: 0px;
	
}
.bottom {
	background-image: url(bottom.jpg);
	height: 76px;
	width: 700px;
	background-repeat: no-repeat;
}
.cd {
	background-color: #333333;
	position: relative;
	left: 20px;
	top: 20px;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
}

