﻿p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: left;
	margin-right: 0;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 10px;
}

a:link {text-decoration: underline; color: #0000ff;}
a:hover {text-decoration: underline; color: #000080;}
a:visited {text-decoration: underline; color: #800080;}

.cssnav
{
	position: relative;
	font-family: tahoma, arial, helvetica, sans-serif;
	background: url('images/hoverbutton.gif') no-repeat;
	font-size: 11px;
	white-space: nowrap;
	display: block;
	width: 125px;
	height: 30px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.cssnav a
{
float: left;
text-decoration: none;
}

.cssnav span
{
position: absolute;
left: 10px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
font-family:Arial;
color:#ffff00;
font-weight:bold;
text-decoration:none;
}

.cssnav a:hover img
{
visibility:hidden;
text-decoration:none;
}

.cssnav a:hover span
{
color: #ffffff;
text-decoration: none;
}

* html a:hover
{
visibility: visible
}

.no-border {
border-width: 0;
border-style: none;
}

.footer-border {
	border-bottom: 3px #FFFF00 solid;
	border-top-color: #FFFF00;
	border-top-style: solid;
	border-top-width: 3px;
}
