@charset "UTF-8";
/* CSS Document */

body {
	background-color: #660000;
	font-family: "Times New Roman" , Times, serif;
	font-size: 11pt;
	line-height: 14pt;
}

.small {
	font-family: "Times New Roman" , Times, serif;
	font-size: 9pt;
	line-height: 11pt;
}

#main {
	width:770px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(scroll.jpg);
	text-align: center;
	}
	
#top {
	padding-top:160px;
	}
	
#content {
	padding-left:55px;
	padding-right:70px;
	padding-top:5px;
	}
	
.h1 {
	font-size:24px;
	color: #660000;
	text-align: center;
	}
	
.h2 {
	font-weight:bold;
	text-align: center;
	}
	
h3 {
	font-weight:bold;
	font-size: 11pt;
	text-align: center;
	color: #FFFF99;
	}
	
a {
	color: #660000;
}
	
	
