body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;
}

h1, h2, h3, h4, h5{
	color: #004D91;
	margin: 2px 0px;
}
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }

hr {background-color: #004D91; color: #004D91;}
p {
	margin: 10px 4px;
	font-size: 12px;
}

p.BelowHeading { margin: 2px 0px 20px 15px; }

table.DataList{
	border: 1px solid #004D91;
	margin-left: 40px;
	width: 500px;
	padding: 0px;
}
table.DataList td, table.DataList th {
	padding: 4px;
}
table.DataList td.topRow{
	padding: 4px 4px 1px 4px;
}
table.DataList td.BottomRow{
	padding: 1px 4px 4px 4px;
}
table.DataList tr.LightRow{
	background-color: #F0F8FF;
}
table.DataList tr.DarkRow{
	background-color: #E3F2FF;
}

table.StatSheet{
	border: 2px solid #004D91;
	margin-left:20px;
}
table.StatSheet td{
	padding:4px;
	vertical-align:top;
	border: 1px solid #004D91;
	width: 130px;
}
table.StatSheet th{
	padding:4px;
	vertical-align:top;
	border: 1px solid #004D91;
	background-color: #FEC210;
	color: #004D91;
}
	
table.RegisterTable{
	border:0px;
	margin-left: 40px;
}
table.RegisterTable td {
	padding: 2px;
}
div.RegisterSection{
	margin:20px 6px;
	padding: 3px 8px 20px 8px;
	border-right: 4px solid #004D91;
	border-bottom: 4px solid #004D91;
	border-left: 4px solid #004D91;
	border-top: 4px solid #004D91;
}
	

.errMsg {
	color:#CC0000;
	font-weight:bold;
}
.asterisk{
	color:#CC0000;
	font-size: 22px;
	margin:0px;
	padding: 0px;
}


td.CounterNumber{
	height: 27px;
	width: 20px;
	background-image:url(/images/CounterBackground.gif);
	font-family:Courier New;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
	vertical-align: middle;
}

/* ---------------------------   START FOOTER STUFF   ---------------------------------*/
table.Footer{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.Footer a:Link, table.Footer a:Visited, table.Footer a:Active, table.Footer a:Hover{
	color:#444444;
	text-decoration: none;
}
table.Footer a:Hover{
	color:#000000;
} 
/* ---------------------------   START FOOTER STUFF   ---------------------------------*/


/* ---------------------------   START MENU STUFF   ---------------------------------*/
ul.menu{
	list-style-type:none;
	width: 180px;
	margin: 0px;
	padding-left:5px;
}
ul.menu li{
	padding:0px 2px;
	display:block;
	margin:0px;
}
a.MenuLink:Link, a.MenuLink:Visited, a.MenuLink:Active, a.MenuLink:Hover{
	display:block;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	text-decoration:none;
	padding: 4px 2px;
	color: #004D91;
	text-align:center;
	background-image:url(/images/FeetOFF.jpg);
}
a.MenuLink:Hover{
	background-image:url(/images/FeetON.jpg);
}
/* ---------------------------   END MENU STUFF   ---------------------------------*/

/*-----------------------------      HISTORY PAGE  ---------------------------------*/
#HistoryTable table {
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
}

#HistoryTable table td {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	padding:5px 5px 10px 5px;
	font-weight:bold;
}

/*-----------------------------    LINKS --------------------------------------------*/
a.LinksPage {
	font-size:14px;
	font-weight:bold;
}
/*---------------------------- FAQ  -------------------------------------- */
.FAQ dt { 
	color: #004D91;
	font-style:italic;
	font-weight:bold; 
}
.FAQ dd { 
	padding-bottom:15px;
}

.MileageBox {
	background-color: #FEC210;
	border-left: 2px solid #004D91;
	Border-right: 2px solid #004D91;
	text-align:center;
}

.MileageBox H2 {
	color: #004D91;
	font-size: 17px;
}

.HighlightBox {
	background-color: #FEC210;
	border: 2px solid #004D91; 
}

.EventInfo {
	color: #004D91;
	font-weight:bold;
}

.LeftBoxCell {
	background-color: #FEC210;
	border-left: 2px solid #004D91;
	text-align:center;
}
.RightBoxCell {
	background-color: #FEC210;
	border-right: 2px solid #004D91;
	text-align:center;
}

Table.conversion td { border-bottom: 1px solid #004D91; }
