/*
  Stylesheet.css, created for bikeraceinfo.com, 1/09/2009

  Written By: Stasis Publishing AZ
  http://www.stasisaz.com

  Copyright (c) 2009 Stasis Publishing AZ
*/

body { color:  #000000; background-color: #FFFFFF; font-family: verdana,Arial,helvetica,sans-serif;} /* Page background color is white */
p  {
	color: #000000;
	font-family: verdana,Arial,helvetica,sans-serif;
	background-color: #ffffff;
	padding-left: 5px;
	text-align: left;
} /* Paragraph text color is black, verdana text */
h1    { color: #000000; font-family: Times New Roman,Georgia,Times,serif; background-color: #ffffff } /* Header 1 text color is black, times text */
h2  { color: #000000; font-family: Times New Roman,Georgia,Times,serif; background-color: #ffffff } /* Header 2 text color is black, times text */
h3 { color: #000000; background: #FFFFFF; font-family: Times New Roman,Georgia,Times,serif; } /* Header 3 text color is black, times text */
h4  { color: #000000; font-family: verdana,Arial,helvetica,sans-serif; background-color: #ffffff } /* Header 4 text color is black, verdana text */
h5 { color: #000000; background: #FFFFFF; font-family: verdana,Arial,helvetica,sans-serif; } /* Header 5 text color is black, verdana text */
h6 { color: #000000; background: #FFFFFF; font-family:verdana,Arial,helvetica,sans-serif; } /* Header 6 text color is black, verdana text */
cap { color: #000000; font-family: "Times New Roman", Georgia, Times }
.cap { color: #000000; font-family: "Times New Roman", Georgia, Times }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.indentlist {
	list-style-position: inside;
	list-style-type: none;
	left: 6px;
}
