@charset "utf-8";
html {
	height:100%
}
body {
	margin:0;
	height:100%;
	overflow:hidden;
	font-family:"Times New Roman", Times, serif;
	background:#b32217 url(bg2.png) repeat-y center;
	color:#FFF;
}
h1 {
	font-size:1.5em;
	margin-left:10px;
	margin-top:5px;
}
h2 {
	font-size:1.25em;
	margin-left:10px;
}
#pagetitle p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#pagetitle a {
	color:#FFF;
}
#pagetitle a:hover {
	color:#580202;
}
#pagetitle {
	float:right;
	margin:10px;
	text-align:right;
	height:100%;
}
#pagetitle h1 {
	font-size:1.25em;
	margin-bottom:-10px;
}
table {
	font-size:100%
}
#repage {
	border-top:1px solid #000;
}