#nav ul li {       
    line-height: 45px;
	list-style-type: none;		
	font-family: times;
	font-size: 18px;	
}

table {
    margin: 0 auto;
}

ul li a {
	
	color: #d21E1E;	
	text-decoration: none;
}

.bullet ul {
   list-style: none;
}

.bullet ul li:before {
   content: "•";
   font-size: 100%; /* or whatever */   
}

.text-font {
	
	font-family: times;
	font-size: 16px;
	color: #505050;
}

.sub-title {
	
	font-family: times;
	font-size: 12px;
	color: #505050;
}

.error-font {
	
	font-family: times;
	font-size: 12px;
	color: red;
}


.header-font {
	
	font-family: times;
	font-size: 48px;
	color: #FFFF62;	
}

.header-font-small {
	
	font-family: times;
	font-size: 16px;
	color: #FFFF62;	
}

.top-panel {
	
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}