BODY
{
	background-color: #FFFFFF;
}

TD
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

INPUT, SELECT
{
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	font-family: Verdana, Arial, Tahoma, Helvetica, Times New Roman;
	font-size: 10px;
	color: #000000;
}

A:link
{
	color: #000000;
	text-decoration: underline;
}

A:visited
{
	color: #000000;
	text-decoration: underline;
}

A:hover
{
	color: #7F9DB9;
	text-decoration: underline;
}

A:active
{
	color: #000000;
	text-decoration: underline;
}

.outerborder
{
	border-right: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
	border-left: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
}

.outerborder TR:hover
{
	background-color: #EEEEEE;
}

.tableheader
{
	font-weight: bold;
	text-decoration: none;
}

H1
{
	font-weight: bold;
	font-size: 20px;
	color: #00a6e8;
	letter-spacing: -1px;
}

H2
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 20px 5px 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #00a6e8 1px solid;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 16px;
}

H2 A
{
	font-weight: bold;
}

H2 A:hover
{
	color: #000000;
	text-decoration: none;
}


.Bottom
{
	text-align: center;
	margin: 20px;
}

