/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background-color: #fff;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
a:link, a:visited {
	color: #369;
	text-decoration:none
}
a:hover {
	color: #339;
	text-decoration:underline
}
a:active {
	color: #66f;
	text-decoration:underline
}
.Breadcrumbs {
	font-size: 9pt;
	font-weight: bold;
}
.GlobalNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.LocalNav {
	font-size: 9pt;
	line-height: 18px;
}
.Footer {
	font-size: 7pt;
	color: #339;
}