/* CSS Document */

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../images/vv_bg.jpg);
	background-repeat:repeat-x;
	background-color:#4a89a8;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}