BODY {
	background-color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

A {
	font: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Blue;
	text-decoration: none;
	list-style-type: none;
}

A:hover {
	text-decoration: underline;
}

.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style:groove;
}

.WhiteINPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}

.BlackINPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
	border-color: #000000;
	border-style:groove;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1;
	border-color: #000066;
	border-style: solid;
}

.headline 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: Crimson;
	font-weight: bold;
}

.headline_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}

.headline_link
{
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0560F5;
	text-decoration: none;
	font-weight: bold;
}

.SpecialLinks {
	font: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: royalblue;
	text-decoration: none;
	list-style-type: none;
}

TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}

TH
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	background-color: Blue;
}

.text_blue_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #8CB5FF;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}

.text_blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #8CB5FF;
	text-decoration: none;
	list-style-type: none;
}

.text_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}

.text_black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}

.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1;
	border-color: #000066;
	border-style: solid;
}

.DropDownList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1;
	border-color: #000066;
	border-style: solid;
}

.CheckBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}

.RadioButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
