/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: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:	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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#901E1D;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#901E1D;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#901E1D;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#901E1D;
	}
	
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: 0;
	}
p
{
  font-weight: normal;
  font-size: 11px;
  word-spacing: normal;
  text-transform: none;
  color: #666666;
  line-height: 17px;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: normal;
}
TD
{
  color:#666666;
  FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
  FONT-SIZE: 11px;
  FONT-WEIGHT: normal;
  LETTER-SPACING: normal;
  TEXT-TRANSFORM: none;
  WORD-SPACING: normal;
}

A.SubNav:link	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
A.SubNav:visited	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
A.SubNav:active	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
A.SubNav:hover	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}
	
A.SubNavCurrent:link	{
  font-weight:bold;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A.SubNavCurrent:visited	{
  font-weight:bold;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A.SubNavCurrent:active	{
  font-weight:bold;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A.SubNavCurrent:hover	{
  font-weight:bold;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
.BoldWhite{font-weight:bold;color:#FFFFFF;}

.BoldBlack{font-weight:bold;color:#000000;}

.redHdr {
font-weight:bold;
color:#901E1D;
font-size: 12px;
}

.RedBox
{
  border-right: #901e1d 1px solid;
  border-top: #901e1d 1px solid;
  border-left: #901e1d 1px solid;
  border-bottom: #901e1d 1px solid;
  font-style: italic;
  color:#000000;
  padding-left:3px;
}
.RedBoxNotTop
{
  border-right: #901e1d 1px solid;
  border-top: 0;
  border-left: #901e1d 1px solid;
  border-bottom: #901e1d 1px solid;
}