@charset "UTF-8";
/* CSS Document */

p{
	font-family:Helvetica;
	font-size: 11px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: "Times New Roman";
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	letter-spacing: 2px;
	width: 300px;
}

.navigation {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #595B5A;
	display: block;
	padding: 4px;
	width: 200px;
}

.navigation:hover {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 4px;
	width: 200px;
}

.navigation1 {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #595B5A;
	display: block;
	padding: 4px;
	width: 200px;
}

.navigation1:hover {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E4E0E3;
	text-decoration: none;
	background-color: #595B5A;
	display: block;
	padding: 4px;
	width: 200px;
}