﻿
A {
  font-size: 12px;
  color: #4175A9;
}

A.leftnav {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	width: 128px;
	background-attachment: fixed;
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	float: right;
}

A.leftnav:hover {
	background-color: #FFFF00;
	background-repeat: no-repeat;
    float: right;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	width: 128px;
	background-attachment: fixed;
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

A.leftnavactive {
  background-color: #FFFF00;
  float: right;
  border-top: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	width: 128px;
  color: #000000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

A.topnav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	color: #FFFF00;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	width: 123px;
	float: right;
	text-align: center;
}

A.topnav:hover {
  background-color: #FFFF00;
  background-repeat: no-repeat;
  height: auto;
  float:right;
  border-top: none;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 4px;
  background-attachment: fixed;
  color: #000000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  width: 123px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

A.topnavactive {
  background-color: #FFFF00;
  background-repeat: no-repeat;
  height: auto;
  float: left;
  border-top: none;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 4px;
  background-attachment: fixed;
  color: #000000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  width: 123px;
  font-size: 12px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

P.white {
  font-family: sans-serif;
  font-size: 10px;
  color: white;
}

P, TD {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

A:hover {
  font-size: 12px;
  color: #233F5A;
}

