body
{
	background-image:  url(images/adf_bodybackground.gif);
	background-repeat: repeat-x;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003976;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003976;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003976;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C40000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.LeftNavSelected
{
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#003976;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 11px;
}
.LeftNavSubSelected
{
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  color:#003976;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
a.leftNav, a.leftNav:visited, a.leftNav:active
{
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#003976;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 11px;
}
a.leftNav:hover
{
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:underline;
  color:#003976;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 11px;
}

a.leftNavSub, a.leftNavSub:visited, a.leftNavSub:active
{
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;
  color:#003976;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
a.leftNavSub:hover
{
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  color:#003976;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

a, a:visited, a.primary:hover, a:hover, a:active, a.primary,  a.primary:visited, a.primary:active
{
  font-family: arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration: underline;
  color: #003976;
}
a.secondary, a.secondary:hover, a.secondary:visited, a.secondary:active
{
  font-family: arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  text-decoration: underline;
  color: #003976;
}

.MenuItem
{
    color: #505050;
    border-style: solid;
    border-color: #505050;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    padding : 3px 3px 3px 6px;
}
.MenuItemOver
{
    color: white;
    background-color: #003976;
    border-style: solid;
    border-color: #003976;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    padding : 3px 3px 3px 6px;
    cursor: pointer;
}
.pollheading
{
  background-color:#003976;
  font-family: arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  color: #FFFFFF;
}
.radioState
{
    font-weight:bold;
    font-size: 12px;
}
.radioCity
{
    font-weight: bold;
    text-decoration: underline;
    padding-left: 5;
}
.radioCallLetters
{
   padding-left: 10px;
   color: #C40000;
}
.radioSchedule
{
    padding-left: 15;
}
.requiredField
{
	color: Black; 
	font-weight: bold;
}