	body
	{
		background-color: #ffffff;
		font-family: Verdana;
		font-size: 9pt;
		margin: 0px;
	}
	p
	{
		margin: 0px;
	}
	a
	{
		color: #000000;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: underline;
	}
	a img {
		border: 0px;
		vertical-align: middle;
	}
	th
	{
		background-color: #00539E;
		font-size: 9pt;
		font-weight: bold;
		color: #ffffff;
		padding-left: 1px;
		padding-right: 1px;
		text-align: left;
	}
	td
	{
		font-size: 8pt;
		color: #000000;
	}
	form {
		margin: 0px;
	}
	input
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	textarea
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	select
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	h1 a, h2 a, h3 a
	{
		color: #00539E;
	}
	h1
	{
		color: #00539E;
		text-align: left;
		font-weight: bold;
		font-size: 18pt;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	h2 {
		color: #00539E;
		text-align: left;
		font-weight: bold;
		font-size: 13pt;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	h3 {
		font-size: 8pt;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.divMenuHeadline
	{
		background-color: #00539E;
		color: #ffffff;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 125px;
	}
	.divMenuBox
	{
		margin-top: 10px;
		border: 1px solid #00539E;
		background-color: #f0f0f0;
		width: 125px;
	}
	.divMenuElement
	{
		background-color: #f0f0f0;
		border-top: 1px solid #ffffff;
		width: 125px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.divMenuElementActive
	{
		background-color: #00539E;
		border-top: 1px solid #ffffff;
		width: 125px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.divMenuElementActive a 
	{
		color: #ffffff;
		text-decoration: none;
	}
	.table100
	{
		width: 100%;
	}
	.td1
	{
		background-color: #f0f0f0;
	}
	.td2
	{
		background-color: #f9f9f9;
	}
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

