body {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#b02127;
}
.footer {
	font-size: 11px;
	color: #b02127;
	text-align: center;
}
A {
	color:#b02127;
	text-decoration:none;
}
A:Visited {
	color:#b02127;
	text-decoration:none;
}
A:Active {
	color:#ff0000;
	text-decoration:underline;
}
A:Hover {
	color:#ff0000;
	text-decoration:underline;
}
.title {
	font-size:14px;
	color:#ffffff;
	padding-bottom:8px;
	font-weight:bold;
}
.contentdiv {
	width:700px;
	padding:20px;
	padding-right:10px;
	font-size:12px;
	height:450;
	overflow: auto;
}