﻿BODY
{
	background-color: #F0F0F0;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	font-family: Verdana;
	margin: 10px;
}

h1
{
	font-weight: bold;
	color: #990000;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

h2
{
	font-weight: normal;
	color: #990000;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

a:hover
{
	color: #990000;
}

img
{
	border: solid 1px #bcced2;
}

#bottom
{
	border-top: solid 1px #bcced2;
	font-size: 10px;
}


