@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.blackLine   { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.navigation {
	background-image: url(images/imgNavBckground.gif);
	background-repeat: repeat-x;
}
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.SideBarTitle {
	background-image: url(images/imgTitleBackground.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.Footer {
	background-image: url(images/imgFooterBackground.jpg);
	background-repeat: repeat-x;
}
.GreenBorder {
	border: 2px solid #74740f;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: underline;
}

.FooterTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}


.headerbground {
	background-image: url(images/imgHeaderBground.gif);
	background-repeat: repeat-x;
}
:link.navTextLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;


}
:visited.navTextLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;


}
:hover.navTextLink {

	font-family: Verdana;
	font-size: 10pt;
	color: #C0C0C0;
	font-weight: bold;
	text-decoration:none;
}
.whiteTextLink{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:underline;
}
.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:underline;
}
.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:underline;
}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
border: 1px solid #cccccc;
}
.belowborder {
	border-bottom: 1px solid #cccccc;
	padding: 2px;
}
.menu:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size=9pt;
}
.menu:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size=9pt;
}
.menu:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size=9pt;
}
.submenu{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px solid #cccccc;

}