A {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	color: White;
}
A:hover {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #DDDD00;
} 
A:visited {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	color: yellow;
}
A.Menu { 
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : black;
	text-decoration : none;
}
A.Menu:hover {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	color: Gold;
	background: Gray;
	text-decoration: none;
}
A.aExit {
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	color: gold;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 15px;
}
A.aExit:hover {
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	color: white;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 15px;
}
A.aExit:visited {
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	color: gold;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 15px;
}
form
{
	margin: 0px;
}
A.Menu:visited { 
	text-decoration : none;
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : Gold;	
}
BODY {
	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	scrollbar-base-color : #300066;
	scrollbar-face-color : #000000;
	scrollbar-shadow-color : Silver;
	scrollbar-highlight-color : Silver;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : Silver;
	scrollbar-track-color : #CCCCCC;
	scrollbar-arrow-color : #ffffff;
	background : #000000;
	color : #FFFFFF;
}
INPUT {
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
INPUT.Submit {
	color : navy;
	background-color : Silver;
	font-weight : bold;
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
INPUT.TextBox {
	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
P {
	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : white;
}
SELECT {
  	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
SELECT.DropDown {
   font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
SELECT.List {
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
SPAN.FootInfo {
	font-size: 8pt;
	padding-left: 5px;
	Padding-right: 5px;
	background-color: Black;
	font-weight: bold;
	position: absolute;
	bottom: 1;
	vertical-align: bottom;
}
SPAN.Information {
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Aqua;
	font-weight: bold;
	text-align: center;
	background-position: center;
	background: Black;
	background-color: Black;
}
SPAN.Notice {
	font-size : 8pt;
	font-family : "Times New Roman", Times, serif;
}
SPAN.Warning {
	color : #CC0000;
	font-weight : bold;
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
TABLE.Ttop {
	border: none;
	width: 600px;
	vertical-align: top;
}
TABLE.grid {
	border: none;
	width: 600px;
	}
TR {
	background-color: Black;
}
TD {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	color: white;
	background-color: Black;
}
TH {
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : navy;
	background-color : silver;
}
	
TABLE.DialogBox {
    border-left:        threedhighlight 2px solid;
    border-top:         threedhighlight 2px solid;
    border-right:       threedshadow 2px solid;
    border-bottom:      threedshadow 2px solid;
    padding:            2px;
    padding-left:       2px;
    padding-right:      2px;
    background-color:  threedface;
	color: Black;
}
TH.DialogBoxHeader {
	text-align : left;
	background-color : navy;
	color : white;
}
TABLE.DialogBoxTable {
	text-align : left;
	background-color : silver;
	color : black;
}
TR.DialogBoxRow {
	text-align : left;
	background-color : silver;
	color : black;
}
TABLE.Grid {
	border : none
}
TR.GridOdd {
	color: White;
	background-color: #3F3F3F;
}
TR.GridEven {
	color: White;
	background-color: #666666;
	background: Gray;
}
TR.GridSelect {
	color : black;
	background-color : #069CFF;
}
TR.GridHeader {
	color: Black;
	background: Silver;
}
HR {
	background: Black;
	color: Black;
	background-color: Silver;
}
TABLE.Loading{
    background-color:  	navy;
	 color: yellow;
    border-left:        threedhighlight 2px solid;
    border-top:         threedhighlight 2px solid;
    border-right:       threedshadow 2px solid;
    border-bottom:      threedshadow 2px solid;
}
#loading {
	position : absolute;
	left : 4em;
	top : 4em;
	z-index : 100;
}
TEXTAREA {
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
TEXTAREA.Memo {
  	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}


