html
{
	background-image: url(/image/background);
}
body
{
	margin: 10px auto 10px auto;
	width: 760px;
	padding: 10px;
	background-color: White;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: smaller;
}
a:link, a:visited
{
	color: rgb(129,144,176);
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
a img
{
	border-width: 0;
}
.section
{
	margin: 0 0 10px 0;
}
#siteSections
{
	background-color: rgb(247,247,247);
	color: rgb(188,188,188);
	padding: 6px;
	text-transform: uppercase;
	border: solid 1px #999;
}
#siteSections strong
{
	color: rgb(2,33,97);
	font-weight: bold;
}
#siteSections a:link, #siteSections a:visited
{
	color: rgb(188,188,188);
	font-weight: normal;
}
#siteSections a:hover
{
	color: Black;
}
.hidden
{
	display: none;
}
address
{
	color: black;
	font-style: normal;
	border: solid 1px #999;
	font-size: x-small;
	letter-spacing: 0.0em;
	background-color: rgb(247,247,247);
	clear: both;
	padding: 6px;
}

address span
{
	font-size:small;
}

.advisory
{
	cursor: help;
	border-bottom: dotted 1px black;
}