@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 7px;
	text-align: left;
}

.header {
	font: bold 20px 'Trebuchet MS';
	display: block;
	padding: 12px 3px 3px 12px;
	border-bottom: 0px solid #CCCCCC;
	color: #000000;
	text-align: left;
}

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #DF4417;
}

.tips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #94B520;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DF4417;
	padding: 8px;
	width: 140px;
	height: 15px;
	text-align: center;
} 

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F08F73;
	padding: 8px;
	width: 140px;
	height: 15px;	
} 


.navigationleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DF4417;
	text-decoration: none;
	background-color: #F9CEC1;
	display: block;
	padding: 8px;
	width: 132px;
	height: 15px;
	text-align: left;
	
} 

.navigationleft:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F08F73;
	display: block;
	padding: 8px;
	width: 132px;
	height: 15px;
	text-align: left;
	
} 
