/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:#dcdcdc;
    FONT-FAMILY: sans-serif, Arial, Helvetica;
    FONT-SIZE: 1.2em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Black;
}

H1	{	
	font-family: sans-serif, Arial, Helvetica;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: sans-serif, Arial, Helvetica;
	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: sans-serif, Arial, Helvetica;
	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: sans-serif, Arial, Helvetica;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: sans-serif, Arial, Helvetica;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: sans-serif, Arial, Helvetica;
	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-size:	0.8em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Helvetica, sans-serif, comic sans ms;
	color:Black;
	}	

A:link	{	
	text-decoration:	none;
	color: Black;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: Black;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color: white;
	}	
		
A:hover	{	
	text-decoration:	none;
	color: red;
	}
	
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;
	}

A:visited.NavyBack
{
	color: white;
}
A:link.NavyBack
{
	color: white;
}
A:hover.NavyBack
{
	color: red;
}

.NavyBackTable

A:visited.NavyBack
{
	color: white;
}
A:link.NavyBack
{
	color: white;
}
A:hover.NavyBack
{
	color: red;
}

.RegularText
{
	color:Black;
	text-align:left;
	font-size:10pt;
	font-weight:normal;
	height:20px;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle;
	background-color:white;
}

.RegularTextLarge
{
	color:Black;
	text-align:left;
	font-size:12pt;
	font-weight:normal;
	height:20px;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle;
	background-color:white;
}

.RegularTextLargeCenter
{
	color:Black;
	text-align:center;
	font-size:12pt;
	font-weight:normal;
	height:20px;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle;
	background-color:darkgray;
}

.RegularTextLargeCenterWhiteback
{
	color:Black;
	text-align:center;
	font-size:12pt;
	font-weight:normal;
	height:20px;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle;
	background-color:white;
}

.RegularTextGrayBack
{
	color:Black;
	text-align:left;
	font-size:10pt;
	font-weight:normal;
	height:20px;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle;
	background-color:#dcdcdc;
}

.GreyTable
{ 
	background-color: #d8e4f8; 
	width:99%;
	margin:auto;
	margin-bottom:25px;
	border-right: DarkGray 5px solid; 
	border-top: DarkGray 1px solid; 
	border-left: DarkGray 1px solid; 
	border-bottom: DarkGray 5px solid; 
}

