/* CSS Document */

BODY
{
	background-image: url('images/bg.jpg') ; 
	margin: margin 0px ;
	padding:0px 
}

.LargeRedFont
{
	font-family:Tahoma;
	font-size:20;
	font-style:normal;
	font-weight:bold;
	color:Red;
}

.SmallRedFont
{
	font-family:Tahoma;
	font-size:12;
	font-style:normal;
	font-weight:bold;
	color:Red;
}

.LargeWhiteFont
{
	font-family:Tahoma;
	font-size:20;
	font-style:normal;
	font-weight:bold;
	color:White;
}

.SmallWhiteFont
{
	font-family:Tahoma;
	font-size:16;
	font-style:normal;
	font-weight:bold;
	color:White;
}

.XSmallWhiteFont
{
	font-family:Tahoma;
	font-size:10;
	font-style:normal;
	font-weight:bold;
	color:White;
}

.XXSmallWhiteFont
{
	font-family:Tahoma;
	font-size:8;
	font-style:normal;
	font-weight:bold;
	color:White;
}

.BikeListingFont
{
	font-family:Tahoma;
	font-size:10;
	font-style:normal;
	font-weight:bold;
	color:White;
}

.AboutUsCenterSection
{
	font-family:Tahoma;
	font-size:12;
	font-style:normal;
	font-weight:bold;
	color:Yellow;
}