	body{
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size: 		8pt;
		margin:         0px;
	}
	
	
	h1{
		text-align:left;
		font-weight:200;
		font-size: 18pt;
	}
	
	p{
		text-align:justify;
		line-height: 15pt;
		font-size: 		10pt;
	}
	
	ol{
		text-align:justify;
		line-height: 15pt;
	}
	
	a{
		text-decoration: none;
		color: #A60000;
		font-weight: bold;
	}
	
	

	.main{
		border: 1px solid #999999;	
		width: 		950px;
		position: 	fixed;
		top: 		10px;
		bottom: 	40px;
		left: 		50%;
		margin-left: -475px;
	}
	
	.header{
		position:relative;
		text-align: center;
	}
	
	.menu{
		text-align: center;
		font-size:10pt;
		position: absolute;
		background:#A60000;
		border-bottom:5px solid #999999;
		top: 76px;
		right:0;
		left:0;
		padding: 2px;
		color:#FFFFFF;
	}
	
	.menu a{
		text-decoration:none;
		color:#FFFFFF;
		font-weight: bold;
		padding: 0px 5px;
	}
	
	.menu a:hover{color:#FFFF00;}
	
	.contents{
		position: absolute;
		top:		102px;
		bottom: 	0;
		left: 		0;
		right:      0;
		overflow:auto;
	}
	
	.pad{padding:0px 20px 20px 20px;}
	
	.footer{
		position: absolute;
		bottom: 	10px;
		left: 		0px;
		right: 		0px;
		overflow:auto;
		color:#666666;
		text-align: center;
	}
	

	.indexMoreCarsBtn{
		border:5px solid #666666;
		background: #A60000;
		font-size:10pt;
		padding:5px;
		width:480px;
		margin-bottom: 30px;
	}
	
	.indexMoreCarsBtn a{
		color: #FFFFFF;
		text-decoration:none;
		font-weight: bold;
	}

	.indexMoreCarsBtn a:hover{color:#FFFF00;}
	
	
	.clear{clear: both;}
	