/* Default CSS Stylesheet */
A
{
	color: #aaaaaa;
	font-weight:bold;
}
A:Visited
{
	color: #bbbbbb;
	font-weight:bold;
}
A:Hover
{
 COLOR: #dddddd; 
 font-weight:bold;
}
.disabled A
{
	color: #999999;
	cursor:default;
}
.disabled
{
	color: #999999;
	cursor: default
}
BODY,HTML
{
	background-color: #333333;
	color:WhiteSmoke;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height:70%;
	letter-spacing: normal;
	margin:0 0 0 0;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #DDDDDD;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	margin-bottom:0px;
	margin-top:0px;
	text-decoration: none;
	word-spacing: normal;
}
H1
{
	font-weight: bold;
	font-size: 16pt;
}	
		
H2	{	
	font-size:	14pt;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	12pt;
	font-weight:bold;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	font-style:oblique;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	}	
SMALL
{
	font-size: 8pt;
}	
BIG
{
	font-size: 14pt;
}	
BLOCKQUOTE, PRE	
{	
	font-family:	Courier New, monospace;
}	
UL LI	
{	
	list-style-type:	square ;
}	
UL LI LI	
{	
	list-style-type:	disc;
}	
UL LI LI LI	
{
	list-style-type:	circle;
}	

OL LI	
{
	list-style-type:	decimal;
}	
OL OL LI	
{
	list-style-type:	lower-alpha;
}	
OL OL OL LI	
{
	list-style-type:	lower-roman;
}	
.page
{
	height:100%;
	background-color:#222222;
}
.Menu
{
	color:WhiteSmoke;
	background-color:#333333;
}
.MenuItem
{
	color:WhiteSmoke;
	background-color:#222222;
}
.MainArea
{
	background-color:#333333;
	border-color:#333333;
	border-style:solid;
	border-width:thick;
}
.visible
{
	position:static;
	display:inline;
	z-index:103;
	visibility:visible;
}
.hidden
{
	position:static;
	display:none;
	z-index:0;
	visibility:hidden;
}
SPAN
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
}
.button
{
	font-size: 8pt;
	color: black;
	/*background-color: #d7d7a6;*/
	/*width:75px;*/
}
table.box
{
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid; 
	BORDER-LEFT: #666666 1px solid; 
	BORDER-BOTTOM: #666666 1px solid; 
	BORDER-COLLAPSE: collapse
}
textarea
{
	font-size:8pt;
	font-family:Arial;
}
input
{
	font-size:10pt;
	font-family:Arial;
}
.textbox
{
	Width:300px;
	border:solid 1px Gray;
}
input.boxTitle
{
	border-style:none;
	background-color:#BBD3EC;
	border:none 0 #BBD3EC;
}
select
{
	font-size:8pt;
	font-family:Arial;
	border:solid 1px Gray;
}
.Surprise
{
	color:Red;
	font-style:italic;
	font-weight:bold;
	vertical-align:top;
 }
.BottomBorder
{
	border-bottom:solid 1px gray;
}
.TopBorder
{
	border-top:solid 1px gray;
}