html {
	height: 100%;
	margin-bottom: 1px;
}

body {
    height: 100%;
    margin: 0px;
    background: #ffffff url('images/07yellowwhite.gif');
    color: #111111;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

td,p {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* 
   table and cell defs
*/

.optimus {
    border: none;
}

.megatron {
	background: #fffee5;
	border-right: 3px solid #000000;
}

.riderarea {
	background: #fffee5;
	border-left: 3px solid #000000;
}

.ridertext {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #590000;
    margin: 3px 6px 0px;
}

/* 
   link colors
*/

A   	{ color: #dd0000; text-decoration: none; outline: none; }
A:link	{ color: #dd0000; text-decoration: none; }
A:visited { color: #0000dd; text-decoration: none; }
A:active { color: #dd0000; }
A:hover	{ color: #0000dd; text-decoration: underline; }
