/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin : 0 0 0 0;
	margin-left:0px;    
}

H1, H2, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H3
{
	color: Navy;
}
TD
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
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;
	}	
		
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:	1em;
	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:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
P
{
	margin-left:5px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;*/
	}
	
.menubar
{
	font-size: .8em; 
	/*color: #509ac7;*/
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*background-color: #336633;*/
	/*background-color: #FFFFE0;*/	/* light yellow */
	/*background-color: #F5F5F5;*/	/* sober grey */
	/*background-color: #8FBC8F;*/	/* sober green 'dark sea green' */
	background-color: #336633;	
	text-align: left;
	text-decoration: none;
}
P.menubar
{
	margin: 0 0 0 0;
	margin-left:0px;
}
a.menubar
{
	font-size: .9em;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*background-color: #ffffff;*/
	background-color: #336633;
	text-align: left;
	text-decoration: none;
	/*margin : 0 0 0 0;*/
}
a.menubar:visited
{
	font-size: .9em;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #336633;
	text-align: left;
	text-decoration: none;
}
a.menubar:hover
{
	font-size: .9em;
	color: Gold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #336633;
	text-align: left;
	text-decoration: none;
}

.banner
{
	font-size: 1em;
	font-weight: bold;
	/*color: #ffffff;*/
	color: WHITE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: White;
	/*background-color: #336633;*/
	text-align:center;
	text-decoration: none;
}
p.banner
{
	font-size: 1.2em;
}
a.banner
{
	font-size: 1.2em;
	color: #000080;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*background-color: #ffffff;*/
	/*background-color: #8FBC8F;*/
	background-color: White;
	text-align: center;
	text-decoration: none;
}
a.banner:visited
{
	font-size: 1.2em;
	color: #000080;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: White;
	text-align: center;
	text-decoration: none;
}
a.banner:hover
{
	font-size: 1.2em;
	color: #6633ff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: White;
	text-align: center;
	text-decoration: none;
}
.footer
{
	font-size: .8em;
	font-weight: bold;
	color: WHITE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: Navy;
	text-align:center;
	text-decoration: none;
}
p.footer
{
	font-size: 1em; 
	font-weight: bold;
	color: WHITE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: Navy;
	text-align:left;
	text-decoration: none;
}
a.footer
{
	font-size: 1em;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	background-color: Navy;
	text-align: center;
	text-decoration: none;
}
a.footer:visited
{
	font-size: 1em;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	background-color: Navy;
	text-align: center;
	text-decoration: none;
}
a.footer:hover
{
	font-size: 1em;
	/*color: Khaki;LightSeaGreen*/
	color: Turquoise;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	background-color: Navy;
	text-align: center;
	text-decoration: none;
}