﻿/* global element mods */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial;
	font-size: 11px;
}

#bodydiv {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

/* header */
div.header 
{
    background-color:White;
    margin: 0 auto 0 auto;
	border: 15px solid #ffffff;
}

/* footer */
div.footer  {
	clear: both;
	margin: 0 auto 0 auto;
	border: 15px solid #ffffff;
}

div.botgrad {
	height: 80px;
	margin: 0 auto 0 auto;
	border: 15px solid #ffffff;
	background-image:url(images/layout/bgnd_grad_grey.gif);
	background-repeat: repeat-x;
}

div.botspc {
	height: 100px;
}

div.footer span, div.footer a {
	color: #999999;
	padding-left: 10px;
}

/* content */

div.contentarea {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

.DealerToolName 
{
    font-family:Arial;
    font-size:30px;
    font-weight:bold;
    color:#000000;
}
