@charset "utf-8";
body {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(images/wvlayout/wallpaper.jpg);
	background-repeat: repeat;
	background-position: center center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

table {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
th {
	background-color: #6E7970;
	padding: 0px;
}

a:link {
	color: #509853;
}
a:visited {
	color: #009966;
}

a:hover {
	color: #809144;
}
a:active {
	color: #474F49;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 11px;
	color: #949D87;
}
