.normal
{
	font-family:Arial;
	font-weight:normal;
	color:Black;
	font-size:9pt;
	background-color:White;	
}
.curlocation
{
	font-family:Arial;
	font-weight:bold;
	color:Black;
	font-size:9pt;
	background-color:White;	
}
td
{
	font-family:Arial;
	font-weight:normal;
	color:Black;
	font-size:9pt;
}
.columnheader
{
	font-family:Arial;
	font-weight:bold;
	color:Black;
	font-size:9pt;
	background-color:White;
	text-decoration:underline;	
}
.label
{
	font-family:Arial;
	font-weight:normal;
	color:Black;
	font-size:9pt;
	background-color:White;	
}
.header
{
	font-family:arial;
	font-weight:bold;
	font-size:9pt;
	color:navy;
	background-color:#ff9f00;	
}
.doctype
{
	font-family:arial;
	font-weight:normal;
	font-size:9pt;
	color:navy;	
}
a
{
	text-decoration:underline;
	color:#133F6E;
	font-size:9pt;
	font-family:arial;
	font-weight:normal;
}
a:hover
{
	text-decoration:underline;
	color:maroon;
	font-size:9pt;
	font-family:arial;
	font-weight:normal;
}
.button
{
	font-size:9pt;
	font-weight:bold;
	color:white;
	background-color:#4A5D87;
	border-color:#133F6E;
	border-top-width:1;
	border-bottom-width:1;
	border-left-width:1;
	border-right-width:1;
	cursor: hand;
}


