body
{
	font-size: 10pt;
	background-attachment: fixed;
	background-image: url(/gfx/static/bg.jpg);
	margin: 0px;
	color: #002259;
	background-repeat: repeat-x;
	font-family: Verdana;
	background-color: #006699;
}

a:link, a:visited, a:active
{
	font-weight: bold;
	font-size: 10pt;
	color: #002259;
	font-family: Verdana;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #002259;
	font-family: Verdana;
	text-decoration: underline;
}

.special:link, .special:visited, .special:active
{
	
	font-weight: normal;
	font-size: 10pt;
	color: #0000FF;
	font-family: Verdana;
	text-decoration: none;
}

.special:hover
{
	
	font-weight: normal;
	font-size: 10pt;
	color: #0000FF;
	font-family: Verdana;
	text-decoration: underline;
}

.footer
{
	font-size: 8pt;
	color: #808080;
	font-family: Verdana;
}

.subheader
{ 
	background-color : #002259;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
}

.note
{
	font-size: 7pt;
	color: #002259;
	font-family: Verdana;
}

TABLE
{
	font-size: 10pt;
	color: #002259;
	font-family: Verdana;
	background-color: white;
}

TD
{
	font-size: 10pt;
	color: #002259;
	font-family: Verdana;
	background-color: white;
}


INPUT
{
	border-right: #002259 1px solid;
	border-top: #002259 1px solid;
	font-size: 9pt;
	border-left: #002259 1px solid;
	color: #002259;
	border-bottom: #002259 1px solid;
	font-family: Verdana;
	background-color: white;
}

OPTION
{
	border-right: #002259 thin solid;
	border-top: #002259 thin solid;
	border-left: #002259 thin solid;
	border-bottom: #002259 thin solid;
	color: #002259;
	font-size: 9pt;
	font-family: Verdana;
	background-color: white;
}



TEXTAREA
{
	border-right: #002259 1px solid;
	border-top: #002259 1px solid;
	font-size: 10pt;
	border-left: #002259 1px solid;
	color: #002259;
	border-bottom: #002259 1px solid;
	font-family: Verdana;
	background-color: white;
}

SELECT
{
	border-right: #002259 thin solid;
	border-top: #002259 thin solid;
	border-left: #002259 thin solid;
	border-bottom: #002259 thin solid;
	color: #002259;
	font-size: 10pt;
	font-family: Verdana;
	background-color: white;
}