/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	background-color:#000000;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:0px;
	padding:0px;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #990000;
	font-weight: bold;
}
.h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6699CC;
	font-weight:normal;
	font-style:italic;
}
.h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
	font-weight:bold;
}
li {
	color:#333333;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	background-color: #9EB8DE;
}

/* Backgrounds - Borders */
.VVmain {
}
.smblue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	}
	
/* Links */

a {
	}
a:hover {
	text-decoration:underline
	}
