﻿/* .Title and related styles */
.Title
{
	font-family:Verdana, Arial;
	font-size: 12pt;
	font-weight:bold;
	background-color:Navy;
	color:White;
}

.Title a:link, .Title a:visited, .Title a:active
{
	background-color: Navy;
	color: #ccffff;
}

.Title a:Hover
{
	background-color: #ccffff;
	color: Navy;
}

/* .Label and related styles */
.Label, .Label a:link, .Label a:visited, .Label a:active
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: gray;
	color: White;
	text-decoration:none;
}

.Label a:Hover
{
	background-color: #faebd7;
	color: gray;
	text-decoration:none;
}

/* .Item and related styles */
.Item
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: white;
	color: #191970;
}

.Item a:link, .Item a:visited, .Item a:active
{
	background-color: white;
	color: #990033;
}

.Item a:Hover
{
	background-color: #990033;
	color: white;
}

/* .AltItem and related styles */
.AltItem
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #f5f5f5;
	color: #191970;
}

.AltItem a:link, .AltItem a:visited, .AltItem a:active
{
	background-color: #f5f5f5;
	color: #990033;
}

.AltItem a:Hover
{
	background-color: #990033;
	color: white;
}

.Button
{
	border-left: thin outset;
	border-right: thin outset;
	border-top: thin outset;
	border-bottom: thin outset;
	font-size: 8pt;
	font-family: Verdana;
	cursor: hand;
}


.Menu, .Menu a:link, .Menu a:visited, .Menu a:active
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2f6081;
}

.Menu a:hover
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight:bold;
	background-color: #FFFFFF;
	color: #2f6081;
}

.DropDown, .TextField
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}
