/* general text styles */

/* use .bodytext for NS inheritance bugs*/

body, td, .bodytext {

	font-family: verdana, arial, san-serif; 

	font-size: 11px; 
	line-height:16px; 

	color:#333333;

	}

.homeText {

	font-family: verdana, arial, san-serif;

	font-size: 10px;

	color:#666666;

}

input, select, option { 

	font-family: verdana; 

	font-size: 11px; 

	color:#666666; 

	}

.headerText { 

	font-size: 11px;

	font-weight: bold;  

	color:#333333; 

	}	

.footerText { 

	font-size: 10px; 

	color:#BBBBBB; 

	}

	



/* link colors */	

a { 

	color:#3399CC; 

	text-decoration: none; 

	}

a:hover { 

	color:#003399; 

	text-decoration: none; 

	}	

	

/* left nav styles */	

.ltNav { 

	font-size: 10px;

	color:#336699;

	}

a.ltNav { 

	color:#3399CC;

	text-decoration: none; 

	}

a.ltNav:hover { 

	color:#003399; 

	text-decoration: none; 

	}	

.ltNavOn { 

	font-size: 10px; 

	font-weight: bold; 

	color:#003399; 

	}



	

/* other text styles */	

.breadcrumb { 

	font-size: 10px; 

	font-weight: bold; 

	color: #333333; }

.title { 

	 color: #333333; 

	 font-weight: bold; 

	 }

.header { 

	 color: #333333; 

	 font-size: 12px;

	 font-weight: bold; 

	 }

.time{

	font-family: verdana; 

	font-size: 10px; 

	color:#666666; 

	}

.highlight {

	font-size: 10px;

	}

ul {

	list-style: outside;
	
	line-height : normal;
}

li {

	margin-bottom : 2%;
	
}

.ul2 {

	list-style: none outside;
	
	line-height : normal;
	
	list-style-image : url(images/global_dash.gif);
	
}

.li2 {

	margin-bottom : auto;
	
}
	

	
