body {
	font-family: serif;
	line-height: 1.1;
	background-color: white;
	color: black;
	background: url(images/background.gif);
	margin: 2em;
	margin-left: 5em;
	margin-right: 5em;
}

h1 {
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	border-style: none;
	padding-bottom: 5pt;
	background: url(images/header.gif);
	background-position: bottom center;
	background-color: #003399;
	color: white;
	width: 100%;
	margin-bottom: 0;
	background-repeat: no-repeat;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border-style: none;
	background: #efefef;
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #000066;
}

h4 {
	font-size: x-large;
	font-weight: bold;
}

h5 {
	font-style: italic;
}

h6 {
	border-style: none;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	text-align: center;
	background: #CCCCCC;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5pt;
}

.pageSubTitle {
	font-size: medium;
	font-weight: bold;
	color: #000066;
}

.pageSubTitleUnderline {
	font-size: medium;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.pageHelp {
	font-size: small;
	color: black;
}

.itemTitle {
	color: #000066;	
}

.itemLineBreak {
	display: block;	
}

.itemLineInline {
	display: inline;	
}

.mandatory {
	color:red;
	font-weight: bold;
}

.smallText {
	font-size: x-small;
	color: black;
	}

.errorMessage {
	color: red;
	font-size: 1em;
	padding-left: 1.5em;
	font-family: 'New Century Schoolbook', serif;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
}

.errorBorder {
	border-color: red;
	border-style: solid;
	border-width: 0.1em;
}

.specialPriceOld {
	font-size: medium;
	color: #000066;
	text-decoration: line-through;
}

.specialPriceNew {
	font-size: medium;
	font-weight: bold;
	color: red;
}

/* links */
A:link {
	color: blue;
}  /* unvisited link */
A:visited {
	color: purple;
}  /* visited links */
A:active {
	color: lime;
}  /* active links */
A:link IMG {
	border: 2px solid blue
}
A:visited IMG {
	border: 2px solid purple
}
A:active IMG {
	border: 2px solid lime
}

/* footer links */
.footer {
	color: #c3cdd9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px
}

A:active.footer, A:link.footer, A:visited.footer {
	font-weight : bold;
	font-size : 10px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #c3cdd9;
	text-decoration : underline;
}

A:hover.footer {
	font-weight : bold;
	font-size : 10px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : underline;
}

.pagebody {
	color: #333366;
	background-color: #CCCCCC;
	border-style: none;
	padding: 10px;
}
.pagefooter {
	font-size: 1em;
	text-align: center;
	border-style: none;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .2em;
	color: silver;
	width: 100%;
}

/* Boxes */
.lboxheader {
	color: white;
	background-color: #336699;
	border-style: ridge;
	border-bottom: none;
	width: 12em;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-color: silver;
	margin-top: 1em;
}

.lboxbody {
	color: #333366;
	background-color: white;
	border-style: ridge;
	border-top: none;
	width: 12em;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-top: 2px;
	border-color: silver;
}

.rboxheader {
	color: #333366;
	background-color: #FFCC00;
	border-style: ridge;
	border-bottom: none;
	width: 12em;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-color: silver;
	margin-top: 1em;
}

.rboxbody {
	color: #333366;
	background-color: white;
	border-style: ridge;
	border-top: none;
	width: 12em;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-top: 2px;
	border-color: silver;
}

/* Hover Help */
blockquote.helpContents
{
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -1000px;
	left: -1000px;
	border: 1px solid #000;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-color: #dee7f7;
}

#userHoverHelp
{
	width: 12em;
}

#passwordHoverHelp
{
	width: 12em;
}

#phoneHoverHelp
{
	width: 12em;
}

#makeHoverHelp
{
	width: 13em;
}

#modelHoverHelp
{
	width: 13.3em;
}

#priceHoverHelp
{
	width: 12em;
}

/* Data Table */	
.searchHeaderText {
	color: #000066;
}

.standardTable_ColumnCentered {
	text-align: center;
}

.standardTable_ColumnRight {
	text-align: right;
}

.standardTable_Header {
	background: #336699;
	color: white;
}

.standardTable_Footer {
	background: #FFFFFF;
}