	
body {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 12pt;
	background-color: Black;
	background-position: top;
	margin-left: 10%;
	margin-right: 10%;
	color: white;
	text-align: center;
}
	#info{
	background-color: white;
	margin: auto;
	padding-left: 7px;
	padding-right: 7px;
	color: black;
	border: thick double Red;
}
	
	a:hover  {font-weight:bold;
		text-decoration:underline;
	}

	H1 {
	font-weight: bold;
	font-size: 20pt;
	text-decoration: none;
	line-height: 150%;
	color: white;
	text-align: center;
}

	.special { color:RED;
		font-size:12pt;
	}

	H2 {font-size:12pt ;
		text-decoration: none ;
		line-height:150% ;
		color:white }

	.title {font-size:16pt ;
		text-decoration: none ;
		line-height:150% ;
		color:white;
		text-align : center;
	}

	H3 {font-size:10pt ;
		text-decoration: none ;
		line-height:100% ;
		color:white;
		 }

	H5 {
	font-size: 8pt;
	text-decoration: none;
	line-height: 100%;
	color: white;
	position: relative;
}

	.title2 {font-size:10pt ;
		text-decoration: none ;
		line-height:100% ;
		color:BLACK }
		
	.title3 {font-size:12pt ;
		text-decoration: none ;
		line-height:90% ;
		color:BLUE }


	H4 {font-size:12pt ;
		text-decoration: none ;
		line-height:150% ;
		color:BLACK }

	a.menu {font-size:10pt ;
		text-decoration: none ;
		line-height:100% ;
		color:BLUE}

	.note {font-size:10pt ;
		text-decoration: none ;
		line-height:100% ;
		color:BLUE}

	a.menu2 {font-size:12pt ;
		text-decoration: none ;
		line-height:100% ;
		color:RED}

	a.small {
	font-size: 8pt;
	line-height: 100%;
	color: RED;
	text-align: left;
	background-color: White;
}

	td.image{
	background-image: url(rv50.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

p.solid{
	background-color: transparent;
}

td b {
	font-weight: 200;
}

td.banner{
	background-color: Blue;
	color: Black;
	font: bold;
}
td.banner a:link{
	color: White;
	text-decoration: none;
	font: bold;
}

#data td:hover{
	background-color: Yellow;
	font-size: larger;
	font-weight: bolder;
}
ol.indent{
	margin-left: 15%;
}