/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 0.8em;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: white;
	border-bottom-style: none;
}

A.MenuBarLink, A.MenuBarLink:link, A.MenuBarLink:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.MenuBarLink:hover
{
	color: white;
	text-decoration: underline;
}

A.LeftMenuBarLink, A.LeftMenuBarLink:link, A.LeftMenuBarLink:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.LeftMenuBarLink:hover
{
	color: orangered;
	text-decoration: underline;
}

.FooterText
{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.FooterLink, A.FooterLink:link, A.FooterLink:visited
{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.FooterLink:hover
{
	color: black;
	text-decoration: underline;
}

.ContentHead
{
	font-weight: bold;
	font-size: 22px;
	color: #333300;
	font-family: Verdana, Arial;
	height: 35px;
}

.SubContentHead
{
	font-weight: bold;
	font-size: 14px;
	color: #333300;
	font-family: Verdana, Arial;
	height: 20px;
}

.TableHead
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial;
	height: 15px;
	background-color: darkseagreen;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15pt
}

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;
	}	
		
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	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	15px;
	font-weight:	700;
	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;
	}	

A
{
	font-size: 12px;
	color: green;
	font-family: Verdana, Helvetica, sans-serif;
}

A:link
{
	color: #006600;
	text-decoration: none;
}	
		
A:visited
{
	color: #006600;
	text-decoration: none;
}	
		
A:active
{
	color: #006600;
	text-decoration: none;
}	
		
A:hover
{
	color: black;
	text-decoration: underline;
}
	
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;
	}
