/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: bold;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #000000;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	color: Black;
	font-style: Normal;
	font-family: Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: Arial;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	}	
		
H5, DT	{	
	font-family: Arial;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	}	
		
H6	{	
	font-family: Arial;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	


A:link	{	
	text-decoration:	none;
	color:	Black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	None;
	color:	#af211f;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Arial;
	}	
	

UL LI
{

	list-style-type: disc;
}	

UL LI LI	{	
	list-style-type:	square;
	}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
TABLE
{
	border-right: Black 0px solid;
	padding-right: 0px;
	border-top: Black 0px solid;
	padding-left: 0px;
	font-size: 0.9em;
	padding-bottom: 0px;
	border-left: Black 0px solid;
	padding-top: 0px;
	border-bottom: Black 0px solid;
	font-family: Arial;
}

BUTTON
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #CCCCCC;
}

TD
{
	font-family: Arial;
}
INPUT.InputBox
{
	width: 60px;
}

.PrintHideMe
{
	display: none;
	visibility: hidden;
	background-color: silver;
}

.PrintMasterWidth
{
	width: 300px;
}
.PrintMasterBorderTop
{
	border-top: black 1px solid;
}

.PrintMasterBorderBottom
{
	border-bottom: Black 1px solid;
}
.compensate
{
	font-size: 1em;
}
