/* CSS Document */
body {
	background-color: #FFF;
	color: #333;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 101%;
	min-width: 748px;
	margin: 0 0 24px 0;
	padding: 0;
}

h3 {
	color: #9C8C85;
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	/*margin: 24px 0 0 0;*/
}

p {
font-size: .75em;
}

input.wvf {
background-color:#FFFFFF;
color:#000000;
border-top: 1px dotted #A6948C;
border-bottom: 1px dotted #A6948C;
border-left: 1px dotted #A6948C;
border-right: 1px dotted #A6948C;
}

select.wvf {
background-color:#FFFFFF;
color:#000000;
border-top: 1px dotted #A6948C;
border-bottom: 1px dotted #A6948C;
border-left: 1px dotted #A6948C;
border-right: 1px dotted #A6948C;
}

th {
background-color:#F9F2EF;
color:#000000;
border-top: 1px dotted #A6948C;
border-bottom: 1px dotted #A6948C;
border-left: 1px dotted #A6948C;
border-right: 1px dotted #A6948C;
}