﻿body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	width: 800px;
	margin: auto;
	text-align: justify;
	vertical-align: middle;
}
a {
	color: #F5A13B;
	text-decoration: none;
}

a:hover {
	color: #395F84;
	text-decoration: underline;
}

#center {
	width: 800px;
}

#content {
	width: 660px;
	margin-left: 20px;
	margin-top: 20px;
	background-image:url('../images/watermark.jpg');
	background-position:center;
	background-repeat:no-repeat;
	vertical-align: top;
}

.title {
	letter-spacing: 2px;
	font-size: 14px;
	color: #395F84;
	font-weight: bold;
}
.topic {
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #395F84;
}
.reserved {
	color: #C0C0C0;
}
.separator1{
	background-color: #F3F3EE;
	height: 2px;
}
.separator2{
	background-color: #F5A13B;
	height: 1px;
}