	
body {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 10pt;
	background-color: Maroon;
	background-position: top;
}
	.header {
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: Maroon;
}

	.charttitle{
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: Navy;
	line-height: 90%;
}
	a:hover  {
	font-weight: normal;
	color:RED;
	text-decoration: underline;
}

	H1 {font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
	line-height: 150%;
	color: BLACK;
}

	.special { color:RED;
		font-size:12pt;
	}

	H2 {font-size:12pt ;
		text-decoration: none ;
		line-height:150% ;
		color:BLACK }

	.title {font-size:16pt ;
		text-decoration: none ;
		line-height:150% ;
		color:BLACK;
		text-align : center;
	}

	H3 {font-size:10pt ;
		text-decoration: none ;
		line-height:100% ;
		color:BLACK }

	H5 {
	font-size: 10pt;
	text-decoration: none;
	line-height: 100%;
	color: BLACK;
	font-weight: normal;
}

	.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;
}
table.data{
	background-color: Silver;
}

table.data2{
	background-color: Silver;
}
table.data td{
	font-weight: normal;
	color: Black;
	font-size: 16px;
}
table.data2 td{
	font-weight: normal;
	color: Black;
	font-size: 12px;
}
	td.image{
	background-image: url(rrcars.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
table.data2 .title{
	font-weight: bold;
	color: Red;
	font-size: 14px;
}
p.solid{
	background-color: White;
}

td b {
	font-weight: 200;
}

#data td:hover{
	background-color: Yellow;
	font-size: larger;
	font-weight: bolder;
}


a.indent{
	margin-left: 25px;
}