/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
}
p {
	color: #000000;
	font-size: 12px;
	margin-bottom: 0px;
}
.bodyseperator{
	list-style-type: none;
	width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: thin;
	height: 100%;
}
.navcontainer {
	width: 135px;
	line-height: 1em;
}
.navcontainer ul {
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0em;	
}
.navcontainer a {
	text-decoration: none;
	padding: 2px;
}
.navcontainer a:link {
	text-decoration: none;
	color: #000000;
}
.navcontainer a:active {
	text-decoration: underline;
	color: #000000;
}
.navcontainer a:visited {
	text-decoration: none;
	color: #999999;
}
.navcontainer a:hover {
	text-decoration: none;
	color: #FF0000;
}
.footer_nav01 {
	font-size: 9px;
	width: 744px;
}
.footer_nav01 a {
	color: #000000;
	text-decoration: none;
}
.footer_nav01 a:link {
	color: #000000;
	text-decoration: none;
}
.footer_nav01 a:active {
	color: #000000;
	text-decoration: underline;
}
.footer_nav01 a:visited {
	color: #999999;
	text-decoration: none;
}
.footer_nav01 a:hover {
	color: #FF0000;
	text-decoration: none;
}
