/*
**************************
PAGE BODY
**************************
*/

body,td,th {
	font-family: Tahoma;
	font-size: 9pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td img {display: block;}td img {display: block;}

.SubTitle {
	font-weight: bold;
	text-decoration:underline;
}

ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
}

h2
{
	font-style: italic;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Bold
{
	font-weight: bold;
}
/*
**************************
HEADER AND MENUS
**************************
*/
.LogoText {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	
}

.TopMenu {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B80808;
	border-top: 1px solid #000000;
	text-decoration: none;
}

.TopMenu a:link, .TopMenu a:active, .TopMenu a:visited {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B80808;
	text-decoration: none;
}

.TopMenu a:hover {
	color: #A9A9A9;
}

.LeftMenu, .LeftMenu a:link, .LeftMenu a:active, .LeftMenu a:visited {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: Normal;
	color: #FFFFFF;
	background-color: #B80808;
	text-decoration: none;
}

.LeftMenu a:hover {
	color: #A9A9A9;
}

.LeftMenu-Bottom, .LeftMenu-Bottom a:link, .LeftMenu-Bottom a:active, .LeftMenu-Bottom a:visited {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: Normal;
	color: #FFFFFF;
	background-color: #B80808;
	text-decoration: none;
}

.LeftMenu-Bottom a:hover {
	color: #A9A9A9;
}

.LeftSectionTop {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: Bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.HeaderLinks {
	font-family: Tahoma;
	font-size: 12px;
	color: #880000;
	text-decoration: none;
}

/* 
************************
	PAGE LINKS
************************
*/

a:link, a:active, a:visited {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #A9A9A9;
}

