/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;    
    color: White;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	COLOR: #AA0000;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	.8em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	.8em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TABLE 
{
	font-size: 1em;
}	


A:link	{	
	text-decoration:	none;
	color:	red;
	border-color: White;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	red;
	border-color: White;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	white;
	border-color: White;
	
	}	
		
A:hover
{
	border-left-color: white;
	border-bottom-color: white;
	color: #ff7878;
	border-top-color: white;
	text-decoration: none;
	border-right-color: white;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
    border-color: White;

	}
	
	
TABLE.Menu
{
	background-color: Black;
	border: solid 1 silver;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	color: steelblue;		
}

A.Menu:link
{
	text-decoration: None;
	color:	red;
	width: 100%;
	height: 100%;
		
}

A.Menu:visited
{
	width: 100%;
	color: red;
	height: 100%;
	text-decoration: none;
}

TD.Menu
{
	height: 100%;
	vertical-align: middle;
	text-align: center;
	color: red;
}	

A.Menu:hover	
{	
	text-decoration:	none;
	color: white;
	background-color: black;
	width: 100%;
	height: 100%;
}

.SubMenu
{
	font-size: 1em;
}

TABLE.SubMenu
{
	background-color: Black;
	border: solid 1 silver;
}

A.SubMenu:link
{
	text-decoration: None;
	color:	Gold;
	width: 100%;
	height: 100%;
		
}

A.SubMenu
{
	text-decoration: None;
	color:	Gold;
	width: 100%;
	height: 100%;
		
}

A.SubMenu:visited
{
	text-decoration: None;
	color:	Gold;
	width: 100%;
	height: 100%;
		
}

TD.SubMenu
{
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 2;
    color: Gold;
}	

A.SubMenu:hover	
{	
	text-decoration:	none;
	color: Yellow;
	background-color: black;
}

