/* CSS Document */
.PageTitle
{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.SectionTitle
{
	font-family: Arial;
	font-size: 10pt;
	color: #3152a5;
	font-weight: bold;
}
a
{
	font-family: Arial;
	font-size: 10pt;
	color: #336699;
}
a:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #ff9900;
}
a:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: #336699;
}
a:visited:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #ff9900;
}
.text
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.WhiteText
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
table.body
{
	width: 775px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	border: 5px solid #000000;
}
.Menu-Default
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
a.Menu-Default:link
{	
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.Menu-Default:hover
{	
	font-family: Arial;
	font-size: 10pt;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

a.Menu-Default:visited
{	
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.Menu-Default:visited:hover
{	
	font-family: Arial;
	font-size: 10pt;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}