/* this is the css page for the learntofreeride.com website. */
/* designed by brandon moore - brandon@mooredigitalideas.com */
/* this code is Copyright 2006 Moore Digital Ideas, llc. */

body
{
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	margin:0px 5px 0px 5px;
}	
a
{
	background-color:transparent;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#F27900;
	text-decoration:underline;
}	
a:hover
{
	background-color:#CCCCCC;
	color:#000088;
	text-decoration:none;
}	
.footerText
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#666666;
}	
.footerText a
{
	background-color:transparent;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#F27900;
	text-decoration:underline;
}	
.footerText a:hover
{
	background-color:#CCCCCC;
	color:#000088;
	text-decoration:none;
}	
.ltfBasicTableText
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
}