@charset "UTF-8";
body {
	font-family: "Lucida Grande CE", Arial, Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}
.body_bold {
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #0080c6;
	margin-top: 20px;
	margin-bottom: -6px;
	line-height: 16px;
}
h2 {
	font-size: 13px;
	color: #0080c6;
	margin-top: 30px;
	margin-bottom: -12px;
}
h3 {
	font-size: 13px;
	color: #0080c6;
	margin-top: 10px;
}
.line_above {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
ul {
	list-style-type: square;
}
.top_nav a:link, .top_nav a:visited, .top_nav a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../art/button.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.top_nav a:hover {
	background-image: url(../art/button_hover.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	padding-top: 12px;
	color: #CCCCCC;
}
#end a:link, #end a:visited, #end a:active {
	text-decoration: underline;
	color: #333333;
}
#end a:hover {
	text-decoration: underline;
	color: #0080c6;
}
.no_border {
	border-top-width: 0px
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
}
a:link, a:visited, a:active {
	color: #0080c6;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
