/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	font-weight:normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
div#header{
}
@media screen{
  body>div#header{
  }
}
div#content{
 }
a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #000000;
}
a:hover, active {
	color: #990000;
	text-decoration:none;
}
.head {
	font-size: 22pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#999999;
}
.subhead {
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#999999;
}
a.head:link {
	font-size: 24pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
a.head:visited {
	font-size: 24pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
a.head:active, hover {
	text-decoration:none;
	color:#cccccc;
}
a.button {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
	color:#FFFFFF;
}
a.button:hover {
	text-decoration:underline;
	color:#000000;
}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.basictable {
	border: #dddddd 1px solid;
}