/* ************ GLOBAL STYLES ************* */

BODY, TABLE     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #3C3C3C;
	font-size: 9pt;
	font-weight: normal;
	line-height: 130%;
	background-color: none;
	}


A {
	color: #84834D;
	text-decoration: underline;
	}

A:hover {
	color: #B0AF75;
	text-decoration: underline;
	}
	
HR	{
	color: #D2D2D2;
	background-color: #D2D2D2;
	height: 1px;
	width: 60%;
	text-align: center;
	}
	

/* ************ TEXT ************* */

/* used for page titles*/
.title {  	 
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #5A5A5A;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}
				
A:hover.title {
	color : #9B9B9B;
	text-decoration: none;
	}
	
/* used for page subtitles*/
.subtitle {  	 
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}
				
A:hover.subtitle {
	color : #B0AF75;
	text-decoration: none;
	}
	
/* used for side titles*/
.title_side {  	 
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #5A5A5A;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}
				
A:hover.title_side {
	color : #9B9B9B;
	text-decoration: none;
	}
	
/* used for header navigation text in the static pages */				
.headernav-text    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* used for header navigation links in the static pages */				
.headernav-link {
	text-decoration: none;
	color: #454545;
}

A:hover.headernav-link {
	color : #74BCDB;
	text-decoration: none;
	}

	

/* used for side navigation text in the static pages */				
.sidenav-text    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #676D71;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;	
}

/* used for side navigation links in the static pages */				
.sidenav-link    {
	color: #71777A;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.sidenav-link {
	color : #FF403D;
	text-decoration: none;
	}

/* used for side navigation links in the static pages */				
.sidenav-link2    {
	color: #E10500;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.sidenav-link2 {
	color : #FF403D;
	text-decoration: underline;
	}

	
	
/* used for footer navigation text in the static pages */				
.footernav-text    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #B1B182;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* used for footer navigation links in the static pages */				
.footernav-link {
	text-decoration: none;
	color: #6292B4;
}

A:hover.footernav-link {
	color : #7EAFD1;
	text-decoration: none;
	}

	
	
/*used for acen console link*/
.acenconsole {
		color: #E5E5E5;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #FFFFFF;
		text-decoration: none;	
		}  



/* used for copyright text in the footer of a site */				
.copyright    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #BBBBBB;
	font-size: 7pt;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* TEXT ELEMENTS - BODY OF PAGE */	
		
/* used for standard/normal text in the static pages */				
.text-normal     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #3C3C3C;
	font-size: 8pt;
	font-weight: normal;
	line-height: 14px;
}

/* used for standard/normal text in the home page */				
.text-normal-home     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #ECFFD9;
	font-size: 9pt;
	font-weight: normal;
	line-height: 14px;
}

/* used for highlighted or header text in the static pages */				
.text-highlight     {
	color: #E3080B;
	font-weight: bold;
}

/* used for small text in the static pages */				
.text-small     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #B1B182;
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
} 

	
/* used for note text in the static pages */				
.text-note    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 8pt;
	font-weight: normal;
}

/* used for list items in the static pages */				
.list-unordered    {
	list-style-position: outside;
	margin-left: 11px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-image: url('/images/bullet_list.gif');
	list-style-type: square;	
}

/* used for list items in the static pages */				
.listitem-unordered    {
	margin-bottom: 3px;
}

	
/* LINK ELEMENTS - BODY OF PAGE */	
		
/* used for link in the static pages */				
.link-normal {
	font-size: 9pt;
	color: #84834D;
	text-decoration: underline;
}

a:hover.link-normal {
	color : #B0AF75;
	text-decoration: underline;
}

/* used for link in the static pages */				
.link-highlight {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.link-highlight {
	color : #B0AF75;
	text-decoration: underline;
}


/* =========================== */
/* STYLES FROM DESIGN TEMPLATE */
/* =========================== */

body {
padding:0px;
margin:0px;
background-color:#727878;
}
.top {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #5F94A7;
	text-decoration:underline;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #616161;
	text-decoration: none;
}
a:hover.copy {
	color : #7CAB3D;
	text-decoration: none;
}

.copy_2 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #898989;
	text-decoration: none;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #575757;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #737373;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #537F9D;
}
.link_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.list {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #727373;
	height: 18px;
	width: 180px;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #4D4D4D;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 18px;
	width: 127px;
}
.link_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #426E7F;
	text-decoration: none;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 16px;
	width: 244px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A7A7A;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
.form_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 59px;
	width: 244px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A7A7A;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	overflow:auto;
}
