﻿body
{
	color: #c03f44;
	background-color: white;
	font-family: Tahoma;
}
.header
{
	background-color: white;
}

.cssBlue a:active
{
	color: white;
	background-color: navy;
	text-decoration: none;
	font-size: x-small;
}

.cssBlue a:hover
{
	color: white;
	background-color: navy;
	text-decoration: none;
	font-size: x-small;
}
.cssBlue a:visited
{
	color: navy;
	background-color: white;
	text-decoration: none;
	font-size: x-small;
}
.cssBlue a:link
{
	color: navy;
	background-color: white;
	text-decoration: none;
	font-size: x-small;
}
.divMenu
{
	cursor: hand;
}
.cssGridHeader
{
	text-align: left;
	background: #c03f44;
	color: White;
	font-size: 10pt;
}
.cssGridHeader a:visited
{
	text-align: left;
	background: #c03f44;
	color: White;
}
.cssGridHeader a:link
{
	text-align: left;
	background: #c03f44;
	color: White;
}
.cssGridHeader a:hover
{
	text-align: left;
	background: White;
	color: #c03f44;
}


.cssGridSelected
{
	color: fuchsia;
	background-color: #ff0066;
}
.AcordianHeader
{
	background-color: #c03f44;
	color: White;
}

.cssSelectedItem a:visited
{
	color: #ff0033;
	text-decoration: none;
	background-color: #ffff66;
}
.cssSelectedItem a:hover
{
	color: #ff0033;
	text-decoration: none;
	background-color: #ffff66;
}
.cssSelectedItem a:link
{
	color: #ff0033;
	text-decoration: none;
	background-color: #ffff66;
}
.cssSelectedItem
{
	color: #ff0033;
	background-color: #ffff66;
	text-decoration: none;
}
.cssRowStyle
{
	background-color: #EFF3FB;
	color: #c03f44;
	font-size: 8pt;
}
.cssNotSelectedItem
{
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none;
}
.cssNotSelectedItem a:visited
{
	color: #ff0000;
	text-decoration: none;
	background-color: #ffffff;
}
.cssNotSelectedItem a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
}
.cssNotSelectedItem a:link
{
	color: #ff0000;
	text-decoration: none;
	background-color: #ffffff;
}
.cssMenu
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: white;
	border-bottom: black thin solid;
	font-family: Verdana;
	background-color: #c03f44;
	text-align: center;
	font-size: x-small;
}
.cssMenuSelected
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: white;
	font-size: x-small;
	border-bottom: black thin solid;
	font-family: Verdana;
	background-color: gray;
	text-align: center;
}
.cssGray
{
	font-family: Verdana;
	background-color: silver;
	color: black;
	padding-right: 10px;
	padding-left: 10px;
}
.cssBlack
{
	color: black;
	font-family: Verdana;
}
.cssRed
{
	color: white;
	font-family: Verdana;
	background-color: #c03f44;
	padding-right: 10px;
	padding-left: 10px;
}
