BODY 
{
	margin:0px;
	background-color: #ffffff;
	margin-top:0px;	
}
IMG
{
	border-style:none;
	border:none;
}

/* A 
{	color: maroon;
	text-decoration: none; 
}
A:hover 
{	color: red;
	text-decoration: none;
}
*/
A
{ color: #296FB0;/*#0058C1*/
    text-decoration: none;
}
A:hover
{ color: #4b763c;/*de6028*/
    text-decoration: none;
}
A.tree_item_hover:hover
{
	background-color:#006699;
	color:White;
	font-weight:bold;
}
h5.light{ font-family:arial,sans-serif; color:#cacaca; }
.BOXED_MESSAGE
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:#f8f8ff;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size:9pt;
	text-align:center;
}

.Button {
	font: x-small Verdana, Arial, sans-serif;
	color: yellow;
	background-color: maroon;
	border: 1;
	border-color: white;
	border-style: solid;
}

.OPTIONS_TABLE
{
	border-style: Solid;
	border-collapse: collapse;
	border-color: Gray;
	border-width: thin;
}
.OPTIONS_TABLE_HEADER
{
	background-color:Silver;
	border-bottom: solid 1px Gray;
	border-left: solid 1px Gray;
	border-right: solid 1px Gray;
	border-top: none 0px White;
	text-align:center;
	width:200;
	height:25;
}
.OPTIONS_TABLE_ITEM
{
	background-color:Transparent;
	border-bottom: solid 1px Gray;
	border-left: none 0px White;
	border-right: none 0px White;
	border-top: none 0px White;
	text-align:center;	
}
.TextBox {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 12;
	color: darkblue;
	background-color: lightyellow;
}

.Grid_General {
	font: x-small Verdana, Arial, sans-serif;
	color: darkblue;
	background-color: #F1F1F1;
}

/*.Grid_Item {
    font: x-small Verdana, Arial, sans-serif;
	vertical-align: top;
}
*/
.Grid_Header {
	font: bold Arial;
	color: maroon;
	background-color: #C0C0FF;
}

.Grid_Header_Thin {
	font: x-small Verdana, Arial, sans-serif;
	color: white;
	background-color: darkblue;
}
/*
.Grid_AlternatingItem {
	font: x-small Verdana, Arial, sans-serif;
	background-color: #E8E6E6;
	vertical-align: top;
}
*/
.Grid_SelectedItem {
	font: x-small Verdana, Arial, sans-serif;
	color: Black;
	background-color: orange;
	vertical-align: top;
}

.MenuTable {
	padding: 0;
	font: x-small Verdana, Arial, sans-serif;
	color: yellow;
	background-color: darkblue;
}

.Error {
	color: red;
}

.Poll_Box {
	font: x-small Verdana, Arial, sans-serif;
	color: darkblue;
	background-color: #F1F1F1;
}

.MenuRow {
	font: x-small Verdana, Arial, sans-serif;
	color: lightgreen;
}

A.MenuItem {
	font: x-small Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: lightgreen;
}

A.MenuItem:hover {
	color: cyan;
}

.GridLink {
	color: maroon;
}

.GridLink:hover {
	color: red;
}

TD 
{
	font: small;
	color:Black;
	font-size: 12;
	line-height: 17px;
}
.ACTION_RESULT_TEXT
{
	color:Red;
	font-weight:bold;
}
.SITE_HEADER
{
	font-family: Verdana;
	font-size: 9pt;
	color: white;
	background-color:#ffffff;
	border:0px;
	border-style: solid; 
	border-color: #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}