/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #CCCCCC;

}

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: 95px;
}

.compensate
{
	font-size: 1em;
}


.Menu1off
{
	background-image: url(/Images/button1.jpg);
	height: 17px;
}

.Menu1on
{
	background-image: url(/Images/button1_f2.jpg);
	height: 17px;
}

.Menu2off
{
	background-image: url(/Images/button2.jpg);
	height: 17px;

}

.Menu2on
{
	background-image: url(/Images/button2_f2.jpg);
	height: 17px;
}

.Menu3off
{
	background-image: url(/Images/button3.jpg);
	height: 17px;

}

.Menu3on
{
	background-image: url(/Images/button3_f2.jpg);
	height: 17px;
}

.Menu4off
{
	background-image: url(/Images/button4.jpg);
	height: 17px;

}

.Menu4on
{
	background-image: url(/Images/button4_f2.jpg);
	height: 17px;
}

.Menu5off
{
	background-image: url(/Images/button5.jpg);
	height: 17px;

}

.Menu5on
{
	background-image: url(/Images/button5_f2.jpg);
	height: 17px;
}

.Menu6off
{
	background-image: url(/Images/button6.jpg);
	height: 17px;

}

.Menu6on
{
	background-image: url(/Images/button6_f2.jpg);
	height: 17px;
}

.Menu7off
{
	background-image: url(/Images/button6.jpg);
	height: 17px;

}

.Menu7on
{
	background-image: url(/Images/button6_f2.jpg);
	height: 17px;
}

P
{text-align:justify
}
