body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	border-bottom-color: #999999;
	border-bottom-style: groove;
	border-bottom-width: thin;
}
h1 {
	font-size: 36px;
	color: #CC0000;
}
h2 {
	font-size: 24px;
	color: #990000;
	margin-left: 15px;
}
h3 {
	font-size: 18px;
	color: #990000;
	margin-left: 15px;
}
h4 {
	font-size: 16px;
	color: #666666;
}
h5 {
	font-size: 14px;
	color: #999999;
}
h6 {
	font-size: 12px;
	color: #000000;
}
ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}
p {
	margin:2px;
	text-indent:10px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#table_sub {
	float: right;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-right-color:#333333;
	border-right-style: dotted;
	border-right-width:1px;
	width: 500px;
	padding: 5px;
	padding-bottom: 10px;
}
