

/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    /*background-image: url(Images/background.jpg)*/
}

.formHead {
	font-size: 14pt !important;
	font-weight: bold !important;
	color: #6699cc !important;
	}
	
.formSubHead {
	font-size: 12pt !important;
	font-weight: bold !important;
	color: #6699cc !important;
	}

.formError {
	font-size: 12pt !important;
	font-weight: bold !important;
	color:red !important;
	}
	
.formValidation {
	font-size: 8pt !important;
	}
	
.formInputLabel {
	font-size: 10pt !important;
	font-weight: bold !important;
	}

.formSubInputLabel {
	font-size: 8pt !important;
	font-weight: bold !important;
	color:black !important;
	}
	
.formInput {
	font-size: 10pt !important;
	font-weight: normal !important;
	}

.formInputSpecial {
	font-size: 8pt !important;
	font-weight: bold !important;
	color:black !important;
	}

.formText {
	font-size: 10pt !important;
	font-weight: normal !important;
	}

.formSubText {
	font-size: 9pt !important;
	color:blue !important;
	}

.formImportant {
	font-size: 9pt !important;
	font-weight: normal !important;
	font-style: italic;
	color:blue !important;
	}

.formNavigate {
	}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{	
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	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:	17.5pt;
	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:	15.8pt;
	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:	13.3pt;
	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:	10pt;
	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:	9pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	5pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	10pt;
	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;
	}

/* Overrides to match ABECSW site */



a:link {
	color: #993333; 
    text-decoration: underline; 
    line-height: 16px; 
    }

a:active {
	color: #31833D; 
    text-decoration: underline; 
	line-height: 16px;
	}

a:visited {
	color: #993333; 
    text-decoration: underline;  
	line-height: 16px;
	}

a:hover {  
    color: #31833D; 
    text-decoration: underline;
	line-height: 16px; 
	}
			
.line {
	font-family: arial, helvetica, geneva, sans; 
	font-size: 11px; 
	font-weight: normal;
	line-height: 15px; 
	}

.new {
	font-family: arial, helvetica, geneva, sans; 
    font-size: 11px; 
    font-weight: normal;
    line-height: 15px; 
    }
    

.DivCommonBody
{
	POSITION:absolute; 
	TOP:0px;
	LEFT:0px; 
}

.DivCommonBodyOffset
{
	POSITION:absolute; 
	TOP:116px;
	LEFT:10px; 
}
