﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: white;
	width: 100%;
	font-family: Verdana;
	font-size: 80%;
	color: black;
}
.agencyLinkHeader
{
	font-weight: bold;
	text-decoration: underline;
	padding-left:5px;
}

.agencyLink
{
	font-size: 1em;
	text-decoration: none;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: black;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}
.agencyLink a
{
	font-size: 1em;
	text-decoration: none;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: #006699;
}
.agencyLink a:active
{
	color: white;
}
.agencyLink a:link
{
	color: white;
}
.agencyLink a:visited
{
	color: white;
}
.agencyLink a:hover
{
	color: yellow;
}

.bottommenu
{
	font-size: 1em;
	background-color: #006699;
	color: white;
	width: 100%;
	height: 20px;
}
.bottommenu a
{
	font-size: 1em;
	text-decoration: underline;
	color: white;
}
.bottommenu a:active
{
	color: white;
}
.bottommenu a:link
{
	color: white;
}
.bottommenu a:visited
{
	color: white;
}
.bottommenu a:hover
{
	color: yellow;
}

.footerInfo
{
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 2px;
}

.PageTitle
{
	font-size: 2em;
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.SearchHeader
{
	font-weight: bold;
	text-align: center;
}
.smallText
{
	font-size: 0.8em;
}
.TitleBarLinks
{
	font-size:1em;
	text-decoration: none;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: black;
	padding:5px;
	text-align: left;
	font-weight: bold;
}
.TitleBarLinks a
{
	font-size:1em;
	text-decoration: none;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: black;
}
.TitleBarLinks a:active
{
color: white;
}
.TitleBarLinks a:link
{
color: white;
}
.TitleBarLinks a:visited
{
	color: white;
}
.TitleBarLinks a:hover
{
	color: yellow;
}

