body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	background-color: #F3F3F3;
}

.maintable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -250px;
	background-color: #FFFFFF;
}

.content {
	height: 305px;
	width: 598px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(../img/layout/wpv_r5_c7.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.content p, .content h1, .content h2, .content h3, .content div {
	padding: 10px;
}

.content ul {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.content ul li {
	padding-left: 20px;
	background-image: url('../img/bullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.content form input, .content form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	background-color: #F3F3F3;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding-left: 20px;
	background-image: url('../img/bullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.content form input {
	height: 35px;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
