body
{
}

.Title
{
    color: Gray;
    border: solid 1px gray;
}

.TitleText
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
    padding: 3, 3, 3, 3;
}

.AdminText
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.AdminText a
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.AdminText a:hover
{
    color: #6699ff;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.BlueTitle
{
    color: #6699ff;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.TextBox
{
    color: Gray;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
    Border-Color: Silver;
    Border-Style: Solid;
    Border-Width: 1px;
}

.AdminContainer
{
    margin: 20, 20, 20, 20;
    border-style: outset;
    border-width: 1px;
    width: 95%;
}

.AdminContent
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
    margin: 10, 10, 10, 10;
    width: 600;
}

.AdminContent a
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
}

.AdminContent a:hover
{
    color: #6699ff;
    font-family: Verdana;
    font-size: 8pt;
}

.ErrorMessage
{
    border-style: solid;
    border-color: Maroon;
    border-width: 1px;
    background-color: Wheat;
    margin: 10, 10, 10, 10;
    padding: 10, 10, 10, 10;
}

.menu01 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 9px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu01 a:hover {
	color : #FFFFFF;
	text-decoration: none;
}

.Text
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
}

.Text a
{
	color : #FF7500;
}
.Text a:hover
{
	color : #AAAAAA;
}

.FooterText
{
    color: White;
    font-family: Verdana;
    font-size: 7pt;
    text-decoration: none;
}

.FooterText a
{
	color: White;
	text-decoration: underline;
}
.FooterText a:hover
{
    color:White;
	text-decoration: underline;
}

.NavigationText
{
    color: White;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.NavigationText a
{
	color: White;
	text-decoration: underline;
}
.NavigationText a:hover
{
    color:White;
	text-decoration: underline;
}

.ServiceTitle
{
    color: #FF7500;
    text-decoration: underline;
}