body {
	background-attachment: fixed;
	background-image: url(images/vrw_earth_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	letter-spacing: normal;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #336633;

}
a:link {
	text-decoration: underline;
	color: #336633;
}

a:visited {
	text-decoration: none;
	color: #009966;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

a:active {
	text-decoration: underline;
	color: #009966;
}
