/* 	November 2009
	Brian Yip
		
		Font CSS
*/
/*.headline {
	font-size:15px;
    color:#000000;
	}*/
a:link {font:Verdana, Geneva, sans-serif;text-decoration: none; color:#900}      /* unvisited link */
a:visited {text-decoration: none;color:#900}  /* visited link */
a:hover {color:#F00}  /* mouse over link */
a:active {text-decoration: none;color:#900}  /* selected link */	
	
.leftnav_header {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	}
.title {
	font-size: 18px;
	color: #000000;
	font-weight: bold;	
	}
.subtitle{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
.content {
	font-size: 12px;
	color: #000000; }
.table_content {
	font-size: 12px;
	color: #000000;
	}