.RScss {
	background-image: url(../pix/race-caddy-BG.gif);
	
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	font-size: large;
}

.style2 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

body {
	background-image: url(/pix/race-caddy-BG.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}

.style3 {color: #FFFFFF}
.style4 {color: #3333FF; font-family: Arial, Helvetica, sans-serif; }

.style6 {color: #000000; font-family: Arial, Helvetica, sans-serif; }

a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #000000;
}

a:active {
	color: #CC0000;
}

#buttons {
	position:fixed;
	left:10px;
	top:172px;
	width:152px;
	height:360px;
	z-index:1;
}
