/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 10pt;
	background-color: #f0f0f0;
	background-image: url(images/back.gif);
	background-position:top center;
	text-align: justify;
}

.mainCell{
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
}

.cell_top{
	background-color: #f6f6f6;
	background:url(images/back_main_top.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.cell_bottom{
	background:url(images/back_main_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left: 12px;
	padding-right: 12px;
}

#copyright{
	margin-top: 7px;
}

.menu{
	margin-bottom: 11px;
	margin-right: 32px;
}

.heading{
	margin-top: 22px;
	margin-bottom: 22px;
}

.car_name{
	margin-left: 8px;
}

.question{
	color: #999999;
}

.date{
	font-size: 8pt;
	color: #bd001e;
}

.news_text{
	text-align: justify;
}