/* Default CSS Stylesheet for a new Web Application project */
	/* Default CSS Stylesheet for a new Web Application project */
html
{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/*overflow: hidden; */
}

body {
	height:100%;
	max-height:100%; 
	/*overflow: hidden; */
	padding:0; 
	margin:0; 
	border:0;
	}

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:	.8em;
	font-weight: 800;
	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;
	}	
		

TD 
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	/* font-size: small; */
}
		
		
TD.Header 
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;
}

TD.Section 
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;
}

TD.Normal 
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: small;
}

TD.NormalAlternate 
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: small;
	background-color: #ffcc99;
}

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
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;
	}	
	
.WhiteFont 
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: small;
	color: White;
	font-weight: bold;
}

A.AdminMenu:link	
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: smaller;
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.AdminMenu:visited	{	
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: smaller;
	text-decoration:	none;
	color:	#333399;
	}	
		
A.AdminMenu:active	{	
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: smaller;
	text-decoration:	none;
	color:	#333399;
	}	
		
A.AdminMenu:hover	{	
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: smaller;
	text-decoration:	underline;
	color:	#3333cc;
	}

TD.Body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	color : #656464;
	width : 400px;
}
	
.LinkHeader
{
	background-color : Maroon;
	font-weight : bold;
	text-align : center;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
}

.Controls
 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

#content {
	display:block; 
	/* overflow:auto; */
	position:relative; 
	z-index:3; 
	top:0;
	left: 0;
	bottom:0px; 
	width:800px; 
	height:400px;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:400px;
	width:810px;
	/*top: 188px;*/
	}

.Menu 
{
	font-size: .8em;
	font-weight: bold;
}

.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.Small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.Brand
{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight: 800;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-right: 10px;
}

.Headline
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : .9em;
	font-weight: bold;
	color: Black;
}

A.Emphasis
{
	font-style: italic;
	font-weight:bold;
}

div.SubdivisionMenu
{
	width: 500px;
	height: 20px;
	background-image: url(images/grnpxl.gif);
	background-repeat: repeat;
}

A.SubMenu:Link
{
	color:White;
}
A.SubMenu:Visited
{
	color:White;
}