﻿body 
{
	
}

A.footer:link
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	padding-left: 8px;
}
A.footer:visited
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	padding-left: 8px;
}
A.footer:active
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	padding-left: 8px;
}
A.footer:hover
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	padding-left: 8px;
}
A.menuButtons:link
{
	color:White;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align:center; 
	text-decoration: none;
	vertical-align: middle;
	
}
A.menuButtons:visited
{
	
	color: White;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

A.menuButtons:active
{
	
	color:White;
	font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	text-align:center; 
	text-decoration: none;
	vertical-align: middle;
}
A.menuButtons:hover
{
	color: Red;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.buttonStyle
{
	background-color: #808080;
	border-left: white thin outset;
	border-right: white thin outset;
	border-top: white thin outset;
	border-bottom: white thin outset;
	color: white;
	font-weight: bolder;
	font-size: 9pt;
	height: 25px;
	vertical-align: middle;
	font-family: Verdana;
	text-align: center;
	width: 125px;
}
.hyperLink
{
	text-decoration: none;
	font-family: MS Sans Serif ;
	font-size:15px;
	color:Red;
}
img
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
 
.panel
{
	color: #191970;
	font-family:MS Sans Serif;
	font-size: 11pt;
	direction: ltr;
	border-bottom-style: none;
	border: 0px;
}
.panelBlack
{
	color: #000000;
	font-family: MS Sans Serif;
	font-size: 11pt;
	direction: ltr;
	border-bottom-style: none;
	border: 0px;
}
.panelSmallFont
{
   color: Silver;
   font-family: MS Sans Serif;
   font-size: 9pt;
   direction: ltr;
   
}
.tableHeaderTop
{
	color: Navy;
	font-family: MS Sans Serif;
	font-size: 11pt;
	font-weight: bold;
	border-right: #800000 0px solid;
	border-top: #800000 2px solid;
	border-left: #800000 2px solid;
	border-bottom: #800000 2px solid;
}
.tableHeaderBottom
{
	color: Navy;
	font-family: MS Sans Serif;
	font-size: 11pt;
	font-weight: bold;
	border-right: #800000 0px solid;
	border-top: #800000 0px solid;
	border-left: #800000 2px solid;
	border-bottom: #800000 2px solid;
}
.tableContent
{
	color: Navy;
	font-family: MS Sans Serif;
	font-size: 11pt;
	font-weight: normal;
	border-right: #800000 0px solid;
	border-top: #800000 0px solid;
	border-left: #800000 2px solid;
	border-bottom: #800000 2px solid;
}
.tableFooter
{
	color: Navy;
	font-family: MS Sans Serif;
	font-size: 11pt;
	font-weight: normal;
	border-right: #800000 2px solid;
	border-top: #800000 0px solid;
	border-left: #800000 2px solid;
	border-bottom: #800000 2px solid;
}

.textBox
{
	background-color: Transparent;
	color: black;
	direction: ltr;
	font-family: MS Sans Serif;
	font-size: 11pt;
	font-weight: normal;
	width: 125px;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
	text-align: left;
}

.validatorCalloutHighlight
{
	background-color: #fffacd;
}

SELECT 
{
	font-size:8pt;
}