.bottomtext
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: right;
float: left;
margin-top: 7px;
}

.bottomtext a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}

.bottomtext a:hover
{
color:#FFFF00;
}

.heading {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.subheading {
	color: #101010;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 18px;
	margin-bottom: 10px;
}

.bulleted {
	margin-bottom: 18px;
}

.bulleted li {
	margin-top: 3px;
	margin-left: -15px;
	color: #303050;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text {
	color: #202020;
	font-size: 15px;
	font-family: "Trebuchet MS", Georgia, Verdana, serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.bar
{
 height: 27px;
 background-image: url(images/bar.png);
 background-repeat: repeat-x;
 float: left;
}

.nav
{
 visibility: hidden;
 border-left: 1px solid black;
 float: left;
}

.nav a
{
 width: 140px;
 font-family: Ariel, Helvetica, sans-serif;
 font-size: 13px;
 text-align: center;
 height: 27px;
 line-height: 27px;
 color: #ffffff;
 padding-left: 10px;
 text-decoration: none;
 display: block;
 float: left;
}

.nav a:hover
{
 background-image: url(images/button.png);
 background-repeat: no-repeat;
}

a
{
 text-decoration: none;
}


