/* VPF CSS Document */

body {
	background-color:#ffffff;
	}

p {
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	color: black;
	font-weight: normal;
	}

p.center {
	text-align: center;
	}
	
p.small {
	font-size: 8pt;
	}

p.bold {
	font-weight: bold;
	}

p.red {
	color: red;
	}
	
p.blue {
	color: blue;
	}

p.green {
	color: green;
	}

p.font14 {
	font-size: 14pt;
	}

p.font16 {
	font-size: 16pt;
	}
	
p.font24 {
	font-size: 24pt;
	}

p.font48 {
	font-size: 48pt;
	}

div.left {
	position: relative;
	left: 300px;
	}

td.span {
	font-size: 14pt;
	color: red;
	font-weight: bold;
	text-align: center;
	}
	
ul {
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 1em;	
	color: black;
	background-color: #ffffff
	}
a {
	font-family: "Arial", Tahoma, sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: blue; 
	background-color: #ffffff
	}
a.bg {
	font-family: "Arial", Tahoma, sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: blue; 
	background-color: #cccccc
	}

div#navbar2 {
	height: 30px;
	width: 100%;
	font-size: 12px;
	color: #FFF000;
	line-height: 30px;
	white-space: nowrap;
	background-color: #ffffff;
}

div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	color: #000ccc;
	border-style: outset;
	background-color: black;
}
div#navbar2 li a:link {
   	color: white;
	border-style: outset;
   	background-color: black;
}
div#navbar2 li a:visited {
   	color: white;
	border-style: outset;
   	background-color: black;
}
div#navbar2 li a:hover {
   	color: yellow;
	border-style: outset;
   	background-color: black;
}	
div#navbar2 li a:active {
   	color: yellow;
	border-style: inset;
   	background-color: black;
}