/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #E7EBF7;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#00009f;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #00009f;
}
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:	#3333cc;
	}	
		
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.ACSA-Footer
{
  color: #00009f;
  font: Verdana, Helvetica, Arial, Sans-Serif;
  font-size:9px;
}
.ACSA-FooterLink
{
  color: #800000;
  font: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 9px;
}
.ACSAMessage
{
font-size: 10pt;
font-family: MS Sans Serif;
font-weight:bold;
color:White;
background-color: Transparent;
overflow:auto;
}
.ACSAMenuBar
{
  border-right: #6666FF 1px solid;
  border-top: #6666FF 1px solid;
  border-left: #6666FF 1px solid;
  border-bottom: #6666FF 1px solid;
  background-color: #6666FF;
}

.ACSAMenuBreak
{
	background-color:#6666FF;
  border-top: #6666FF 1px solid;
  border-bottom: #6666FF 1px solid;
}

.ACSAMenuItem  
{
  font-family:MS Sans Serif;
	font-size:8pt;	
	background-color:#6666FF;
	color:white;
}
	
.ACSASelectedMenuItem  
{
	font-size:8pt;	
	color:yellow;
	background-color:black;
}
.ACSAHeading
{
  font-family:MS Sans Serif;
	font-size:10pt;
	font-weight:bold;	
	color:#00009f;
	background-color:#E7EBF7;
}
.ACSABigHeading
{
  font-family:MS Sans Serif;
	font-size:18pt;
	font-weight:bold;	
	color:#00009f;
	background-color:#E7EBF7;
}
.ACSAText
{
  font-family:MS Sans Serif;
	font-size:10pt;	
	font-weight:normal;
	color:#00009f;
}
.ACSATextSmall
{
  font-family:MS Sans Serif;
	font-size:6pt;	
	font-weight:normal;
	color:#00009f;
}
.ACSATextWhite
{
  font-family:MS Sans Serif;
	font-size:10pt;	
	font-weight:normal;
	color:white;
}
.ACSAHeadingWhite
{
  font-family:MS Sans Serif;
	font-size:10pt;	
	font-weight:bold;
	color:white;
}
.ACSASmallText
{
  font-family:MS Sans Serif;
	font-size:9pt;	
	font-weight:normal;
	color:#00009f;
	background-color:#E7EBF7;
}
.ACSASelectedRow
{
  font-family:MS Sans Serif;
	font-size:10pt;	
	font-weight:bold;
	color:#00009f;
	background-color: Yellow;
}
.ACSATextReverse
{
  font-family:MS Sans Serif;
	font-size:10pt;	
	font-weight:normal;
	color:White;
	background-color:#00009f;
}
.ACSAFeatureText
{
  font-family:MS Sans Serif;
	font-size:8pt;	
	font-weight:normal;
	color:#00009f;
	background-color:#E7EBF7;
}
.ACSAFeatureBack
{
  font-family:MS Sans Serif;
	font-size:8pt;	
	font-weight:normal;
	color:#00009f;
	background-color:#E7EBF7;
	border-color:#E7EBF7;
}
.ACSATextLink
{
  font-family:MS Sans Serif;
	font-size:10pt;	
	font-weight:normal;
	color:#aa0000;
	background-color:#E7EBF7;
}
.ACSAprtlMenuLink
{
  font-family:MS Sans Serif;
	font-size:8pt;	
	font-weight:normal;
	color:#00009f;
	background-color:#E7EBF7;
}

.ACSADetailLink
{
  font-family:MS Sans Serif;
	font-size:8pt;	
	font-weight:bold;
	color:#aa0000;
	background-color:#E7EBF7;
}
.ACSASectionHead
{
  color: #000080;
  border-color:#00009f;
  background-color: #6666FF;
  font-family:MS Sans Serif;
	font-size: 24pt;
	font-weight: bold;	
	color:#00009f;
}
.ACSASectionHeadYellow
{
   color: #FFFFFF;
   background-color: #f9b603;
   font-family:MS Sans Serif;
   font-size: 2;
   font-weight: bold;	
}


.ACSAGridHead
{
  color: #000080;
  background-color: #6666FF;
  font-family:MS Sans Serif;
	font-size: 10pt;
	font-weight: bold;	
	color:#00009f;
}
.ACSACalendarHead
{
  background-color: Navy;
  font-family:MS Sans Serif;
	font-size: 10pt;
	font-weight: bold;	
	color:white;
}
.ACSA-HeaderLink
{
  color: #ffffff;
  font: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 9px;
  font-weight:bold;
}
.ACSALeftMenu
{
  color:White;
  background-color: #6666FF;
  font-family:MS Sans Serif;
	font-size: 8pt;
	font-weight: normal;	
}
.ACSARosterOfficer
{
  font-size: 7pt;
  color: #000080;
}
.ACSARosterTitle
{
  font-size: 11pt;
  font-weight:bold;
  color: #000080;
}
.ACSARosterHeading
{
  font-size: 10pt;
  color: #FFFFFF;
  background-color:#000080;
}
.ACSARosterText
{
  font-size: 8pt;
  color: #000080;
}
.ACSALineColor
{
   color:#f9b603;
}