@charset "utf-8";
a.paging  {
	color: #FFFFCC;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	text-align: center;
	text-decoration: none;
}
a.paging:visited {
	color: #CCCCCC;
}

/* CSS Document */

body {
	background-color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
b {
	letter-spacing: 1px;
	font-size: 13px;
}

p {
	margin-bottom: 12px;
	margin-top: 0px;
	text-align: justify;
}

#body {
	background-color: #252525;
	border: 10px solid #898989;
	width: 820px;
	padding: 10px;
	margin-left: -420px;
	left: 50%;
	position: absolute;
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#body #content #title {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 130px;
}
.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content td img {
	padding: 6px;
	border: 2px solid #F5F5F5;
}

#body #mf {
	background-color: #F5f5f5;
	padding: 6px;
	border: 6px solid #898989;
}
#body #logo {
	vertical-align: top;
	clear: right;
}
#body hr {
	color: #898989;
}
#body #nav {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFF00;
	line-height: 24px;
	margin: 0px;
}
#body #nav li {
	float: right;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#body  #nav  li a {
	color: #FFFF00;
	text-decoration: none;
}
#body  #nav  li a:hover {
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 4px;
}
#body   #nav   li a.selected {
	color: #CCCCCC;
	text-decoration: none;
}
#body #nav li a.selected:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FFFFCC;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
textarea {
	height: 60px;
	width: 300px;
	overflow: auto;
	margin-top: 2px;
	margin-bottom: 6px;
}
input {
	margin-top: 2px;
	margin-bottom: 6px;
}
.invalidInput {
	background-color: #FFC6C6;
}
#ewave a {
	color: #999999;
}
#ewave a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
}
