/*--------------------------------- GLOBAL STYLES ---------------------------------*/

BODY  {
	margin: 0px 0px 0px 0px;
	}

BODY, TABLE, TD, INPUT, TEXTAREA, SELECT  {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif; 
	color: #3C3C3C;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	}

A {
	color: #9D3906;
	text-decoration: underline;
	}

A:hover {
	color : #E84900; 
	text-decoration: underline;
	}

P {
	margin-top: 0px;
	margin-bottom: 6px;
	}	
	
/*----------------------------------FORM STYLES ----------------------------------*/

FORM {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
INPUT, TEXTAREA, SELECT {
	border: 1px solid #C2BFAF;
	color: #393939;
	font-size: 11px;
	}
			 
.radio {
	border-width: 0px;
	background-color: transparent;
	}
	
.checkbox {
	border-width: 0px;
	background-color: transparent;
	}

.nostyle {
	border-width: 0px;
	background-color: transparent;
	}
	
.button     {
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #544518;
	background-color: #544518;
	height: 20px;
	}
	
UL, OL {
	margin-top: 6px;
	margin-bottom: 6px;		
	}
	
LI {
	margin-top: 4px;
	margin-bottom: 4px;
	} 
	
HR {
	color: #D1D1D1;
	background-color: #D1D1D1;
	height: 1px;
	} 

	
	
/*----------------------------------FOOTER STYLES ----------------------------------*/

/* used for footer navigation text */				
.footernav-text    {
	font-size: 11px;
	color: #A3A3A3;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;
}

/* used for footer navigation links in the static pages */				
.footernav-link    {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.footernav-link {
	color : #910802;
	text-decoration: none;
	}
	
	
	
/*used for acen console link*/
.acenconsole {
	font-size: 10px; 
	color: #999999;
	text-decoration: none;
}

A.acenconsole:hover {
	color : #CCCCCC;
	text-decoration: none;	
}  


/* used for copyright text in the footer of a site */				
.copyright    {
	font-size: 11px; 
	color: #A06A1C;
	line-height: 120%;
}


	

/*----------------------------------HEADER STYLES ----------------------------------*/

/* used for header navigation text */				
.headernav-text    {
	font-size: 13px;
	color: #5E5E5E;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

/* used for header navigation links in the static pages */				
.headernav-link    {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.headernav-link {
	color : #FAAB00;
	text-decoration: none;
	}

.headernav-sel-link    {
	color: #E2A112;
	font-weight: normal;
	text-decoration: none;	
	margin: 0px 0px 0px 0px;
	background-color: inherit;
}

A:hover.headernav-sel-link {
	text-decoration: none;
	}
	


/* -----------------SideNav ----------------------*/

/* used for side navigation title in the static pages */				
.sidenav-title    {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.sidenav-title {
	color: #034573;
	text-decoration: underline;
	}


/* used for side navigation text in the static pages */				
.sidenav-text    {
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	text-decoration: none;	
}

/* used for side navigation links in the static pages */				
.sidenav-link    {
	font-weight: bold;
	color: #D37008;
	text-decoration: underline;	
}

A:hover.sidenav-link {
	color : #E84900;
	text-decoration: underline
	}

/* used for side navigation links in the static pages */				
.sidenav-sel-link    {
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.sidenav-sel-link {
	color : #4D4D4D;
	text-decoration: underline;
	}
	


/*--------------------------------- GENERAL STYLES ---------------------------------*/
	

/* Title ELEMENTS */	 
	
.page-title     {
	color: #544518;
	font-size: 22px;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;	
	}

A:hover.page-title {
	color: #034573;
	text-decoration: underline;
	}  

.header-title     {
	color: #303030;
	font-size: 18px;
	}	
		
.section-title     {
	font-size: 12px;
	color: #2F2F2F;
	font-weight: bold;
	}	
	


	
/* -----------------LINK ELEMENTS----------------------*/

/* an alternate link used in static pages */				
.link-alt    {
	font-size: 12px;
	color: #9D3906;
	font-weight: bold;
	text-decoration: none;	
	}

A:hover.link-alt {
	color : #E84900;
	text-decoration: underline;
	}

/* an alternate link used in static pages */				
.link-alt1    {
	font-size: 12px;
	color: #D37008;
	text-decoration: underline;	
	}

A:hover.link-alt1 {
	color : #E84900;
	text-decoration: underline;
	}

	
/* an alternate link used in static pages */				
.link-alt2    {
	color: #9D3906;
	text-decoration: underline;	
	font-weight: bold;
}

A:hover.link-alt2 {
	color : #E84900; 
	text-decoration: underline;
	}

/* an alternate link used in static pages */				
.link-alt3    {
	font-size:12px;
	color: #29200E;
	text-decoration: underline;	
}

A:hover.link-alt3 {
	color : #E84900;
	text-decoration: underline;
	}

/* an alternate link used in static pages */				
.link-alt4    {
	color: #8C1515;
	font-weight: bold;
	text-decoration: none;
}

A:hover.link-alt4 {
	color : #8C1515;
	text-decoration: underline;
	}
	
/* an alternate link used in static pages */				
.link-egg    {
	color: #3C3C3C;
	text-decoration: none;
}

A:hover.link-egg {
	color : #3C3C3C;
	text-decoration: none;
	}
			
/* an alternate link used in static pages */				
.link-login    {
	font-size:13px;
	font-weight:bold;
	color: #0B5A65;
	text-decoration: underline;	
}

A:hover.link-login {
	color : #138594;
	text-decoration: underline;
	}
	

/* an alternate link used in static pages */				
.link-doc    {
	color: #9D3906;
	text-decoration: underline;	
}

A:hover.link-doc {
	color : #E84900;
	text-decoration: underline;
	}
	

/* an alternate link used in static pages */				
.link-page    {
	font-size: 9pt;
    color: #9D3906;
	text-decoration: underline;	
}

A:hover.link-page {
	color : #E84900; 
	text-decoration: underline;
	}

/* link used in page navigation */				
.link-nav    {
	color: #8C1515;
	font-weight:bold;
	text-decoration: none;
	background-color: none;
}

A:hover.link-nav {
	color : #8C1515;
	text-decoration: underline;
	}
	
/* used on pop up windows that are to always be white */				
.link-white    {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

A:hover.link-white {
	color : #555555;
	text-decoration: underline;
	}	
	

/* -----------------Text ELEMENTS ----------------------*/
	
/* used for displaying warning and error messages */
.text-error 	{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
  	vertical-align: middle;
  	color: #8C1515;
	}

/* used for displaying italic and subnote messages */
.text-subnote 		{
    font-size: 8pt;
    }

/* used for displaying reqd. messages */
.text-required 		{
    font-size: 9pt;
    color: #D37008;           
    }

/* used for displaying highlighted messages */
.text-highlight 	{
    color: #8C1515;
	font-size: 9pt;
    font-weight: bold;
    }

/* used for small text */				
.text-small {
	font-size: 7pt;
	line-height: 120%;
	font-weight: normal;
	}

.text-subhead     {
	color: #9D3906;
	font-weight: bold;
	}	

.text-alt     {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}	

.text-alt2     {
	font-size: 11px;
	color: #29200E;
	font-weight: normal;
	}	
	
.text-alt3     {
	font-size: 10px;
	color: #9D3906;
	font-weight: bold;
	}	

	
	
/*--------------------------------- Image Styles ---------------------------------*/
	
table.bodypic 	{ 
	border: 1px #8E8E8E solid;
	}
table.bodypic td	{ 
	border: 3px #FFFFFF solid;
	}
	
	
