
	BODY{
		background-color : #ffffff;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.on {
		font-family: Tahoma, Sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: maroon;
	}
	.off {
		font-family: Tahoma, Sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #DF312D;
	}
	.center {
		text-align: center;
	}
	.nav {
		font-family: Tahoma, Sans-serif;
		font-size: 10px;
		text-decoration: none;
		color: #4CFC2C;
	}
	.red {
		font-family: Tahoma, Sans-serif;
		font-size: 10 px;
		text-decoration: none;
		color: #DF312D;
	}
	.redhead {
		font-family: Tahoma, Sans-serif;
		font-size: 11 px;
		text-decoration: none;
		color: #DF312D;
	}
	.main  { 
		font-family: tahoma;
		font-size: 11;
		color: #000000;
		padding: 40px;
		background-image: url('images/bg2.gif');
		background-repeat: no-repeat;
		background-position : right;
	}
	.intro  { font-family: tahoma;
		font-size: 11;
		font-weight: bold;
		color: #000000;
	}
	.info  { font-family: tahoma;
		font-size: 13;
		font-weight: bold;
		color:  #DF312D;
	}
	.bold  { font-family: tahoma;
		font-size: 11;
		font-weight: bold;
		color: #000000;
	}
	.menu{
		font-family: tahoma;
		font-size: 12px;
		font-weight: bold;
		line-height: 26px;
	}
	A{
		color:#DF312D;
		text-decoration: none;
		list-style : none inside none;
	}
	A:hover{
		color: #A40400;
	}
	.wheel{
		background-image: url('images/bg3.gif');
		background-repeat: no-repeat;
		background-position : left;
	}
