﻿html, body {
    height: 100%;
}
body
{
	font-family: Tahoma;
	font-size: 8pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-color: #F4FAFB;
	color: #506D74;
}
.SubHeader
{
	font-weight: 100;
	font-size: 11pt;
	color: #0099FF;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
a
{
	font-weight: 100;
	font-size: 8pt;
	color: #0099FF;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
a:hover
{
	font-weight: 100;
	font-size: 8pt;
	color: #999999;
	border-bottom: dotted 1px #0099FF;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
.Bullet
{
	width: 13px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: top;
}