body 
{
	margin: 0px;
	padding: 0px;
	background-color: #E2EBED;
	font: 12px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

h1
{
	padding-top: 5px;
	padding-bottom: 5px;
	font: 22px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

h2 
{ 
	margin-bottom: 0px; 
	font: 18px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

h3
{
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}

p 
{ 
	margin-top: 0px;
	font-size: 12px;
}

a
{
	color: #307082;
}
a:hover
{
	color: #D60808;
}

ul 
{
	margin-top: 0px;
	list-style-image: url('bullet.gif')
}

li
{
	font-size: 12px;
}

.main-table 
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: 100%;
	padding: 10px;
}

.intro-image 
{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
