﻿body
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #E1E0E2;
}

p { line-height: 16px; }

h1 { color: #993302;
font-family: Verdana;
	font-size: 14px;
	font-weight: bold; }
	
li { line-height: 20px; }

.bold
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.table
{
	padding: 3px;
	margin: 3px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 3px;
	empty-cells: hide;
	caption-side: top;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #800000;
	background-color: #FFFFCC;
	border: thin inset #800000;
}

.SmallText
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}


