/* ************ TEXT ************* */

/* used for page titles*/
.title {  	 
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #E10500;
	font-size: 16pt;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	}
				
A:hover.title {
	color : #97A8C4;
	text-decoration: none;
	}
	
/* used for page subtitles*/
.subtitle {  	 
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #5C80A8;
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}
				
A:hover.subtitle {
	color : #97A8C4;
	text-decoration: none;
	}
	
	
/* used for header navigation text in the static pages */				
.headernav-text    {
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #444444;
	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: #444444;
}

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, Tahoma, 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 'more' links in the static pages */				
.more-link    {
	color: #5C80A8;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.more-link {
	color : #97A8C4;
	text-decoration: none;
	}
	
	
/* used for footer navigation text in the static pages */				
.footernav-text    {
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #D6DEE4;
	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: #9E6C58;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #BC7F66;
		text-decoration: none;	
		}  



/* used for copyright text in the footer of a site */				
.copyright    {
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #A8B1C2;
	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: Tahoma, Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #676D71;
	font-size: 8pt;
	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, Tahoma, Helvetica, Arial, sans-serif;
	color: #676D71;
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
} 

/* used for caption text in the static pages */				
.text-caption1     {
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #676D71;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: normal;
} 
	
/* used for note text in the static pages */				
.text-note    {
	font-family: Tahoma, Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	color: #444444;
	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: 8px;
	padding-left: 8px;
	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 {
	text-decoration: underline;
	color: #E10500;
}

A:hover.link-normal{
	color : #FF403D;
	text-decoration: underline;
}
		

