.noprint {
	
}
.onlyprint {
	
}
* {
	margin: 0px;
	padding: 0px;
}
html{
	height:100%;
}


td,
tr,
th{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size:14px;
	line-height: 17px;
}


a:link,
a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:underline;
}
a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:underline;
}
a:focus {
	outline: none;
}



h1,
h2,
h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	line-height: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#content ul {
	padding-left:20px;
}
#content li {
	list-style-position: outside;
	list-style-type: square;
}

sub{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}
hr {
	border-top: 1px solid #009933;
	border-right: 1pt solid #006633;
	border-bottom: 1pt solid #009933;
	border-left: 1pt solid #006633;
	width:500px;
}

li {
list-style-type: none;
}
