/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    	color: #666666;

    margin:0px;  
}

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, 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;
	}	
TBODY
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	font-weight:normal;
}

A:link	{	
	text-decoration:	none;
	color:	#596180;
	font-size:	11;
	font-weight:bolder;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#596180;
	font-size:	11;
	font-weight:bolder;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#596180;
	font-size:	11;
	font-weight:bolder;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#596180;
	font-size:	11;
	font-weight:bolder;
	}
	
.textbox
{
	font-family:Arial, Helvetica, sans-serif;
	color:#6B6C64;
	font-size:11;
	font-weight:normal;
}

.slideshow
{
	font-family:Arial, Helvetica, sans-serif;
	color:#CDC5B6;
	font-size:11;
	font-weight:normal;
}

.slideshow2
{
	font-family:Arial, Helvetica, sans-serif;
	color:#CDC5B6;
	font-size:11;
	font-weight:normal;
	font-style:italic;
}

.button
{
	font-family:Arial, Helvetica, sans-serif;
	color:#6B6C64;
	font-size:11;
	font-weight:bold;
}

.error
{
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:11;
	font-weight:normal;
}

.footer
{
	font-family: Arial , Helvetica, sans-serif;		
	font-size:8.5px;
	font-style: normal;
	font-weight:bolder;
	color:white;
}

.footerLinks {	font-family: Verdana, Helvetica, sans-serif;	font-size: 8.5px;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;
}

.subnav
{
	font-family: Verdana, Helvetica, sans-serif;		
	font-size:8;
	font-weight:bolder;
	color:black;
}

.content_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_noIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212C56;
	padding-right: 10px;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.content_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #596180;
}

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 	{
	padding: none;
	margin: none;
	border: none;
	}
