a
{
  color : #F19C00;
  font-size : 9pt;
}

a:hover
{
	color : Black;
}

a.copyrightLink
{
	color : #333333;
	font-size : 8pt;
	text-decoration : underline;
}

a.copyrightLink:Hover
{
	color : #111111;
}

a.HeaderLink
{
	color : #FF3333;
	font-weight : bold;
}

a.HeaderLink:Hover
{
	color : Silver;
}

body
{
	background-color : white;
	font-family : verdana,arial,sans-serif;
	font-size : 9pt;
}

div.caption
{
	color : #666666;
	font-size : 7pt;
	font-weight : bold;
	text-align : center;
}

div.captionLight
{
	color : white;
	font-size : 7pt;
	font-weight : normal;
	text-align : center;
}

h1
{
	color : Black;
	font-size : 13pt;
}

h2
{
	color : #F19C00;
	font-size : 10pt;
}

input
{
  color : black;
  font-size : 9pt;
}

p
{
	font-size : 9pt;
}

p.italic
{
	font-style : italic;
}

span.callout
{
	font-size : 7pt;
}


span.copyright
{
	color : #666666;
	font-size : 8pt;
}

span.h1Highlight
{
	color : #F19C00;
}

td
{
	font-size : 9pt;
}

td.tdFormLabel
{
	font-weight : normal;
	width : 150px;
}

td.tdFormLabelRequired
{
	font-weight : bold;
	width : 150px;
}

td.tdFormField
{
	width : 270px;
}

textarea
{
	font-family : verdana,arial,sans-serif;
	font-size : 8pt;
}

.highlight
{
	font-weight : bold;
}