﻿/*
 -------------------------------------------------------------------------------------
 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('/westlawecarswell/lib/img/bg_page1.jpg');
	background-repeat:repeat-x;

	/*background-image: url('/westlawecarswell/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: #fff; /* #F1EDCA;*/
}

.ContentBody
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}

.Header1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #87212E;
	line-height: 19px;
}
.Header1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #87212E;
	}
UL
{
	color: #000000; 
	list-style-position: outside;
	list-style-type: disc;
	line-height:15px;
}

UL UL
{
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
	line-height:15px;
}

.exclusive
{
	text-transform: uppercase;
}
