@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.body-center {
	padding-left: 30px;
}

.body-search {
	padding-left: 30px;
}

.menu-header-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
}
.header-bg {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	width: 100%;
	margin: 0px;
	padding: 7px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	color: #FFE8B7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.menu-footer-bar {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.menu-header {

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a:link {
	text-decoration: none;
	color: #00C;
}

a:visited {
	text-decoration: none;
	color: #00C;
}

a:active {
	text-decoration: none;
	color: #00C;
}

a:hover {
	text-decoration: underline;
}

.header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	color: #FFF;
}

.header-spacer {
	padding-top: 10px;
}

.body-hr {
	line-height: 1px;
	color: #CFCFCF;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	vertical-align: middle;
}
.logo {
	border: 1px solid #666;
}
.screenshot {
	padding: 10px;
}
