body	{
		background: white;
		font-family: Arial;
		font-size: 10pt;
		margin: 0px;
}
td		{
		font-family: Arial;
		font-size: 10pt;
}
hr		{
		color: #999999;
}
input.text
		{
		font-family: Arial;
		font-size: 10pt;
		background: #EEEEEE;
		color: black;
		border: 2px inset #FFFFFF;
}
textarea.text
		{
		font-family: Arial;
		font-size: 10pt;
		background: #EEEEEE;
		color: black;
		border: 2px inset #FFFFFF;
}
input.button
		{
		font-family: Arial;
		font-size: 8pt;
		background: #EEEEEE;
		color: black;
		border-color: #EEEEEE;
}
.header	{
		font-size: 20pt;
}
.pagetitle
		{
		font-size: 16pt;
		padding-left: 16px;
}
table.mainNavigation
		{
		background: #999999;
}
table.mainNavigation td
		{
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		font-size: 8pt;
		text-align: center;
		padding: 4px 15px;
}
table.mainNavigation td a
		{
		color: white;
		text-decoration: none;
}
table.mainNavigation td a:hover
		{
		color: #EE000A;
}
.note	{
		background: #E4E7D4;
}
a.default
		{
		color: #888888;
		text-decoration: none;
}
a.default:hover
		{
		color: #EE000A
}