/* CSS Document */

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

body, td, th {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-size: 10px
}

.style2 {
	font-size: 9px; 
	color: #aaa4a4;
}

.style2 a {	
	color: #aaa4a4;	
	text-decoration: none;
}

div#logo {
	position : absolute; 
	width: 100%;
	top: 10px;
	height : 400px; 
	text-align: center;
	background-image:url(images/pvhs_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;	
}

div#bottom {
	position : absolute; 
	width: 100%;
	height : 65px; 
	text-align: center;	
	bottom : 1px;
}
