.whitetable {
	background-color: #FFFFFF;
	background-image: url(images/RBCBackgroundWhite.jpg);
}
.bordertable {
	background-image: url(images/RBCBackground.jpg);
}

#Main th {
	background-image: url(images/RBCHeader.jpg);
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #006;
	margin-left: 40px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
tr#MainFooter {
	background-image: url(images/RBCFooter.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #E8E8FF;
}
img {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.largefont {
	font-size: 14px;
}

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
#Main {
	background-color: #FFF;
	background-image: url(images/RBCBackground.jpg);
}
