body {
}

a:link {
	color: 	#0066FF;
	text-decoration: none;
}
a:visited {
	color: 	#0066FF;
	text-decoration: none;
}
a:hover {
	color: #008A00;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}


#top_title {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	padding: 0px;
	width: 610px;
	height: 20px;
	border-bottom: 1px solid #999999;
}

#top_content {
	margin-top: 10px;
	margin-right:  0px;
	margin-bottom: 0px;
	margin-left:   0px;
	padding: 0px;
	height: auto;
	width: 600px;
	text-align: left;
}

#top_content1 {
	margin-top: 10px;
	margin-right:  0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	height: auto;
	width: 280px;
	text-align: left;
	float: left;
}

#top_content2 {
	margin-top: 10px;
	margin-right:  0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	height: auto;
	width: 280px;
	text-align: left;
	float: left;
}

#top_link_border {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	width: 590px;
	height: auto;
	float: left;
	border-bottom: 1px dotted #999999;
}

#top_link_group {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 610px;
	height: auto;
	float: left;
}

p {
	font-size: small;
}

th {
	padding: 0px;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	font-size: small;
	font-weight: normal;
	color: #666666;
}

td {
	font-size: small;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
}

top_content{

}

h3 {
	margin: 10px 0px 10px;
	padding: 3px 0px;
	font-size: 11pt;
	border-bottom: 1px solid #0099CC;
	color: #000000;
	border-left: 10px solid #0099CC;
	text-indent: 0.7em;
	width: 300px;
}

h4 {
	font-size: medium;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 3px;
	width: 250px;
	height: auto;
	border-bottom: 1px dotted #0066FF;
}
h5 {
	font-size: medium;
	color: #008A00;
	margin: 0px;
	padding: 0px 0px 3px;
	width: auto;
	height: auto;
	border-bottom: 1px dotted #009900;
}

li.content{
	font-size: small;
	font-weight: bold;
}