BODY		{
			font-family: Arial, Helvetica, sans-serif;
			color: #000000;
			font-size: 14px;
			font-weight: normal;
			margin: 0px;
			}

P, TD, LI	{
			font-family: Arial, Helvetica, sans-serif;
			color: #000000;
			font-size: 14px;
			font-weight: normal;
			}

h4 {
			margin-left: 10px;
			}
			
.mainTable {
			/*
			border-top: 1px solid red;
			border-left: 1px solid red;
			border-bottom: 1px solid red;
			border-right: 1px solid red;
			*/
			}
.raceList {
			padding: 2px;
			margin-bottom: 5px;
			border-top: thin solid #900;
			border-left: thin solid #900;
			border-bottom: thin solid #900;
			border-right: thin solid #900;
			background: #fcc;
			}
.raceListImg {
			background: #fff;
			border-right: 1px solid #999;
			width: 100px;
			padding-top: 4px;
			padding-bottom: 4px;
			}
			
.raceListImg a{
			text-decoration: none;
			font-size: 12px;
			}
.raceListImg a:visited {
			}
.raceListImg a:hover {
			text-decoration: underline;
			background: #fcc;
			}
.raceListImg a:active {
			}
	
.raceListTxt {
			background: #fff;
			padding: 2px 2px 2px 5px;
			font-weight: bold;
			}

.raceHeading {
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			}

.raceSubhead {
			font-size: 14px;
			font-weight: bold;
			}

.raceOpthead {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 0px;
			padding-bottom: 0px;
			}
.raceOptlist {
			margin-top: 0px;
			padding-top: 0px;
			}

.raceBanner {
			font-size: 14px;
			padding: 4px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: center;
			color: red;
			}

.raceText	{
			font-size: 14px;
			}

table.racetext {
			width: 512px;
			}


td.contentcell {
			width: 522px;
			}

.contentcell p,
.contentcell li,
.contentcell table
			{
			margin-left: 10px;
			}

.priceHead {
			background: #f00;
			}
.priceHead td {
			color: #fff;
			font-weight: bold;
			padding: 5px;
			}
.priceEven td {
			background: #ccc;
			border-top: thin solid #ccc;
			border-left: thin solid #ccc;
			border-bottom: thin solid #ccc;
			border-right: thin solid #ccc;
			}
.priceOdd td {
			background: #fff;
			border-top: thin solid #ccc;
			border-left: thin solid #ccc;
			border-bottom: thin solid #ccc;
			border-right: thin solid #ccc;
			}
.heading {
			font-size: 12px;
			padding: 4px;
			margin-left: 5px;
			margin-right: 5px;
			}
			
.pFriendly {
			font-size:12px;
			text-align:center;
			}

.pFriendly a:link{
			text-decoration: none;
			}
			
.pFriendly a:active{
			text-decoration: none;
			}			

.pFriendly a:hover{
			text-decoration: underline;
			}
			
.pFriendly a:visited{
			text-decoration: none;
			}			

.text		{
			}

.textbold	{
			font-weight: bold;
			}


.bold		{
			font-weight: bold;
			}

.italic		{
			font-style: italic;
			}

.textsmall	{
			font-weight: normal;
			font-size: 10px;
			}

.boldsmall	{
			font-weight: bold;
			font-size: 10px;
			}

.italicsmall	{
			font-style: italic;
			font-size: 10px;
			}

.textlarge	{
			font-size: 24px;
			}

.boldlarge	{
			font-weight: bold;
			font-size: 24px;
			}

.italiclarge	{
			font-style: italic;
			font-size: 24px;
			}

.textserif	{
			font-family: Times, "Times New Roman", serif;
			font-size: 14px;
			}

.boldserif	{
			font-family: Times, "Times New Roman", serif;
			font-weight: bold;
			font-size: 14px;
			}

.italicserif {
			font-family: Times, "Times New Roman", serif;
			font-style: italic;
			font-size: 14px;
			}

.textmono	{
			font-family: "Courier New", Courier, mono;
			font-size: 14px;
			}

.footer		{
			}

.message	{
			font-family: Arial, sans-serif;
			font-weight: bold;
			}

.formhead	{
			font-family: Arial, sans-serif;
			font-weight: bold;
			}

.formelem	{
			font-family: Arial, sans-serif;
			}

.formnote	{
			font-family: Arial, sans-serif;
			font-size: 12px;
			}

.alert		{
			font-family: Arial, sans-serif;
			color: red;
			font-weight: bold;
			}

IMG.alignleft {
			margin-right: 5px;
			margin-bottom: 5px;
			}

IMG.alignright {
			margin-left: 5px;
			margin-bottom: 5px;
			}

DIV.alignright {
			float: right;
			margin-left: 5px;
			margin-bottom: 5px;
			}

A:link		{
			font-family: Arial, sans-serif;
			color: #C00;
			font-weight: bold;
			}

A:visited	{
			font-family: Arial, sans-serif;
			color: #93C;
			}
			
