/* Universal Racing Services Style Sheet */
/* For everything */
* 	{
	vertical-align: top;
	}	
	
	
	BODY	{font-family: Times Roman, Book Antiqua, Century Schoolbook, Garamond, Georgia;
		text: #0000FF;
		background-color: silver}


	H1	{font-weight: bold;
		font-size: 300%;
		text-align: left;
		color: #004080}


	H2	{font-weight: bold;
		font-size: 225%;
		text-align: left;
		color: #0000FF}


	H3	{font-weight: bold;
		font-size: 200%;
		text-align: left;
		color: #004080;}


	H4	{font-weight: bold;
		font-size: 175%;
		text-align: left;
		color: #0000FF;}

	H5	{font-weight: bold;
		font-size: 150%;
		text-align: center;
		color: #004080;}

	H6	{font-weight: bold;
		font-size: 125%;
		text-align: left;
		color: #004080;}

	TH	{
		font-weight: bold;
		color: #004080;
		text-align: left;
		}

	TD	{		
		color: #000000
		}

	A	{font-size: 100%}
	
	A:link	{color: #004080}

	A:visited {color: #0000FF}

	A:active {color: #00FFFF}

	A:hover	{color: #005555}
	
	A:link IMG {border: 1px solid #004080}

	A:visited IMG {border: 1px solid #0000FF}

	A:active IMG {border: 1px solid #00FFFF}

	A:hover IMG {border: 1px solid #005555}

	IMG {float: center}	

/* Regular text - font size was 12pt*/
	P	{font-size: 100%;
		color: #000000;
		text-align:left}

/* Links in menu list*/
	P.link	{font-size: 90%;
		color: #004080} 
		

	
	P B	{color: #004080;
		font-size: bolder}


	.footer	{font-size: 60%;
		font-style: italic}

	HR		{
	color: #004080;
	background-color:#004080;
	height: 2px;
	width: 100%;
	border: none;
	}
	
	.indented
	{
	padding-left:30px
	}
	
	.center
	{
	text-align:center
	}
	
	.nomargin
	{
	margin: 0;
	}
		.navbar
	{
	font-size: 100%;
	color: #004080;
	background-color: white
	} 
	
	.red {color: red;
	font-style: italic;}
	
	.CAR
	{
	FONT-FAMILY: Times Roman, Book Antiqua, sans-serif;
	FONT-SIZE: 100%;
	COLOR: #000000;
	text-align: left;
	}
	
	.SALE
	{
	FONT-FAMILY: Times Roman, Book Antiqua, sans-serif;
	FONT-SIZE: 115%;
	COLOR: #FF0000;
	text-align: left;
	}
	
	.MESSAGE
	{
	FONT-FAMILY: Times Roman, Book Antiqua, sans-serif;
	FONT-SIZE: 115%;
	COLOR: #FF0000;
	text-align: center;
	border-color: #004080;
	border-style: groove;
	width: 80%;
	padding: 2em;
	margin: 1.5em;
	}
	
	.LOGO
	{
	BORDER-style: groove;
    BORDER-WIDTH: medium;
    BORDER-COLOR: #004080;
    WIDTH: 200px;
    HEIGHT: 217px;
    }
