﻿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: #000000;
	color: #FFFFFF;
}
.SubHeader
{
	font-weight: 100;
	font-size: 11pt;
	color: #7FB3F2;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
a
{
	font-weight: 100;
	font-size: 8pt;
	color: #4379BB;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
a:hover
{
	font-weight: 100;
	font-size: 8pt;
	color: #999999;
	border-bottom: dotted 1px #4379BB;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
.Bullet
{
	width: 13px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: top;
}
#footer
{
	position: fixed;
	bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 9px;
	color: #ffffff;
	width: 100%;
	height: 14px;
} 

