BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

TABLE, TR, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #6666CC;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #6666CC;
}

A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #99CCFF;
}

A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #6666CC;
}


/* unique IDs */
#aboutus {
	background-image: url(images/opages_middle.jpg);
	background-repeat: no-repeat;
	background-attachment : fixed;
}

#virtual {
	background-image: url(images/opages_middle.jpg);
	background-repeat: no-repeat;
	background-attachment : fixed;
}

.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	/*background-color: #C0C0C0;*/
	background-color: #E6EDF0;
}

.subNav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

/* note that A:HOVER isn't supported by all browsers */
.subNav A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.subNav A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.subNav A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.contentCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-image: url(images/opages_bgtile.jpg);
	background-repeat: no-repeat;
}

.visitedLinks {
	font-weight: bold;
	color: #FFFFFF;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C0C0C0;
	text-align: center;
}

.copyright A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}
