/* Declare Font information */
body, bgcolor, .Header, .Subheader, .Text, ,tr, .title,
a:link, a:visited, a:hover, a:active
{
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
/* Set each class with own information */

body
{
  background-color:#FFFFFF;
}
.Header
{
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
}
.Subheader
{
	font-size: 18pt;
	font-weight: bold;
	color: #2E7F20;
}
.Text
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.tr
{
	font-size: 12pt;
	font-weight: bold;
	color: #000033;
}
.title
{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
a:link
{
	color: #006666;
	text-decoration: underline;
}
a:visited
{
	color: #003333;
	text-decoration: underline;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
a:active
{
	color: #006666;
	text-decoration: underline;
}
