	body {
		color: #ffffff;
	}
	
	a:link {
		color: #ffffff;
	}

	.top_10_reason {
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;		
		font-family: arial,helvetica;
		text-align: left;
	}
	
	.top_10_list{
		list-style: none;
		margin-left: 0px;
		padding: 0px;
		float: left;
		width: 100%;
	}
	
	.top_10_list li {
		border-bottom: 3px solid #ffffff;
		margin: 0px;
		padding: 0px;
		height: 61px;
		width: 100%;
		float: left;
		background-image: url("./images/basset-list-bg.gif");
		
	}
	
	.basset-image-thumb {
		border: 2px solid #ffffff;
		margin-bottom: 5px;
	}
	
	.small-text {
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.mid-text {
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		margin-bottom: 10px;
	}	
	
	.big-text {
		font-size: 32px; 
		font-weight: bold; 
		text-align: center; 
		font-family: arial,helvetica; 
		color: #ffffff; 
		margin-bottom: 2px; 

	}
	
	.vote-basset-mid-header {
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
	}
	
	.basset-hound-running-mates-header {
		width: 100%;
		font-size: 26px; 
		font-weight: bold; 
		text-align: center; 
		font-family: arial,helvetica; 
		color: #ffffff; 
		margin-bottom: 2px; 
		background-color: #1C1B39;
	}	
	
	.basset-hound-running-mates-info {
		font-size: 15px;
		color: #ffffff;
	}
	
	.vote-basset-candidate-header {
		width: 100%;
		font-size: 20px; 
		font-weight: bold; 
		text-align: center; 
		font-family: arial,helvetica; 
		color: #ffffff; 
		margin-bottom: 2px; 
		background-color: #1C1B39;
	}
	
	.vote-basset-candidate-info {
		width: 100%;
		font-size: 13px; 
		font-weight: bold; 
		font-family: arial,helvetica; 
		color: #ffffff; 
		margin-bottom: 2px; 
		background-color: #1C1B39;	
	}


	.comments-header {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		background-color: #666699;
		font-family: arial,helvetica; 
		padding: 5px;
	}
	
	.comments-name {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		font-family: arial,helvetica; 
		width: 150px;
		border-right: 1px solid #1C1B39;
		padding: 5px;
	}
	
	.comments-message {
		font-size: 13px;
		color: #000000;
		font-family: arial,helvetica; 
		padding: 5px;
	}
	
	.comments-date {
		font-size: 10px;
		color: #000000;
		font-family: arial,helvetica;
		border-bottom: 1px solid #1C1B39;
	}	
	
	
	
	#navitop {
		background: #1C1B39;
		height: 30px;
		width: 778px;
		margin: 0px auto;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 5px solid #8D8D8D;
	}
	#navitop ul {
		margin: 0px;
		padding: 0px;
		white-space: nowrap;
	}
	#navitop ul li {
		list-style-type: none;
		float: left;
		border-right: 1px solid #8D8D8D;
		line-height: 30px;
		font: bold 12px Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#navitop ul li a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		background: #1C1B39;
		padding: 0px 15px;
		line-height: 30px;
	}
	#navitop ul li.current_page_item a {
		color: white;
		background: #1C1B39;
	}
	#navitop ul li a:hover {
		color: #1C1B39;
		background: #FFF;
	}	