body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #333333;
	background-image: url(body-bg.png);
	margin: 0;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}

.main {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
.header {
	height: 70px;
	margin: 0;
	padding: 0;
	background-image: url(header-bg.png);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.header img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
.search {
	height: 30px;
	width: 200px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	float: right;
}
.search .text {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search .submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}

.highlight {
	background-color: #D0D0D0;
}

.menu {
	width: 750px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(menu-bg.png);
	background-repeat: repeat-x;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	padding: 8px 15px;
	line-height: 30px;
	font-weight: bold;
	color: #EEEEEE;
	border-right: 1px solid #CCC;
}
.menu a:hover {
	text-decoration: underline;
}
.menu_active a:link, .menu_active a:visited, .menu_active a:active, .menu_active a:hover {
	background-color: #999999;
}
.content {
	padding: 20px;
	text-align: justify;
}
.footer {
	height: 20px;
	background-image: url(footer-bg.png);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
