/*
 -------------------------------------------------------------------------------------
 File				:	eCarswell.css
 Author				:	Gareth Jones (garjones@microsoft.com)
 Purpose			:	CSS for eCarswell
 Last Updated		:	20th October 2002
 -------------------------------------------------------------------------------------
 Copyright (C) 2002 Microsoft Corporation. All rights reserved.
 -------------------------------------------------------------------------------------
*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('/lib/img/scanlines.jpg');
	background-color: #FFFFFF;
}
	
.ContentHead
{
	color: #87212E;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	background-color: #F1EDCA;
}

.ContentBody
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}

UL
{
	color: #87212E; 
	list-style-position: outside;
	list-style-type: square;
	line-height:15px;
}

UL UL
{
	color: #000000; 
	list-style-position: outside;
	list-style-type: square;
	line-height:15px;
}

.exclusive
{
	text-transform: uppercase;
}

