body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.85em;
	background-color: #FFFFFF;
}
#maincontent a:link {
	text-decoration: none;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
	color: #0033CC;
}

#maincontent a:visited {
	text-decoration: none;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
	color: #0033CC;
}

#maincontent a:hover, #maincontent a:active {
	text-decoration: none;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
	background-color: #BBBBBB;
	color: #000000;
}

#footer a:link {
	font-style: normal;
	text-decoration: none;
	padding: 1px;
	color: #0033CC;
	text-align: center;
	border-bottom-color: #0033CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#footer a:visited {
	font-style: normal;
	text-decoration: none;
	padding: 1px;
	color: #0033CC;
	text-align: center;
	border-bottom-color: #0033CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#footer a:active, #footer a:hover {
	font-style: normal;
	text-decoration: none;
	padding: 1px;
	background-color: #BBBBBB;
	color: #000000;
	text-align: center;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 0.85em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 2px 0 2px 12px; /* */
	border-bottom: 2px double #666666;
	border-top: 1px solid #666666;
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	background-color: #DDDDDD;
	color: #333333;
	font-weight: bold;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 0.8em;
	color: #333333;
}
#p7TMnav div div a:hover {
	color: #333333;
	background-color: #DDDDDD;
	font-weight: bold;

}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 0.7em;
}
#p7TMnav div div div a:hover {
	color: #333333;
	background-color: #DDDDDD;
	font-weight: bold;
	
}
/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #BBBBBB!important;
	color: #000000!important;
	padding: 2px 0 2px 20px !important;
}

