/*---------------- HTML element styles ----------------*/
/* Horizontal Rule */
hr 
{
	COLOR: #77aadd; 
	height: 1px;
}
/* Standard List Item */
li 
{
	font:12px Tahoma, sans-serif;
	color:Black;
}

/*------------------- Content Styles ----------------------*/
/* Main Company Banner */
.companyName
{
	font:20px Tahoma, sans-serif;
	font-weight:bold;
	color:black;
}	         
/* Page Title Text */
.pageTitle
{
	font:17px Tahoma, sans-serif;
	font-weight:bold;
	color:Black;
}
/* Page Label Text */
.pageLabel
{
	font:14px Tahoma, sans-serif;
	font-weight:bold;	       
	color:Black;
}
/* Page Body Text */
.pageContent
{
	font:12px Tahoma, sans-serif;
	color:Black;
}	        	         
/* Copyright notice */
.footer
{
	font: 10px Tahoma, sans-serif;
	color:Gray;
}	
/* Bold List Item*/	    
.listItemBold
{
	font:12px Tahoma, sans-serif;
	font-weight:bold;	       
	color:Black;
}
/* Bold Hyperlink */	
.pageLink
{
	font:15px Tahoma, sans-serif;
	font-weight:bold;		       
}
/* Footer Quick Links Normal Text*/	
.footerLinks
{
	font: 12px Tahoma, sans-serif;	
	color:Gainsboro;	
}
/* Footer Quick Links Hyperlink*/	
.footerLinks a
{
	color:Gray;
	text-decoration: none;
}
/* Footer Quick Links Hyperlink Focused */	
.footerLinks a:hover
{
	color:Black;	
}

/*------------------- Top Menu Styles ---------------------*/
/* Top Menu Table style */
.titleTable
{
	background-color: #77aadd;
	padding: 2px;
	padding-left:3px;
	padding-top:3px;
	border-bottom: solid 5px Gainsboro;
	cursor:hand;
	width:25%
}				        
/* Top Menu Hyperlink Style */
.titleTable a
{
	color: White;
	font: 15px Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}	          	
/* Top Menu Hyperlink Focused Style*/		
.titleTable a:hover 
{
	text-decoration: none; 
	color: #679999;
}	
/*-------------------- Top Menu Styles ---------------------*/	                					  				  
	                 
/*------------------- Side Menu Styles ---------------------*/
/* Menu Width */
.buttonscontainer 
{
	width: 100px;
}
/* Menu Item Unfocused Style */
.buttons a 
{
	color: White;
	background-color: #77aadd;
	padding: 2px;
	padding-left:3px;
	padding-top:3px;
	display: block;
	border-left: 10px solid Gainsboro;
	font: 15px Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}			
/* Menu Item Focused Style */						
.buttons a:hover 
{
	border-left: 10px solid #679999;
	text-decoration: none;
	color: #679999;
}
/*------------------- Side Menu Styles ---------------------*/			     
			      	  
