.p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	display: block;
}
.navigation {
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #DEDEDE;
	display: block;
	letter-spacing: 2pt;
}

.navigation:hover {
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;

	color:;
	background-color: #F5F5F5;
	display: block;
	letter-spacing: 2pt;
	color: #990000;
}
.navigation a{
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7A7AA5;
	background-color: #D5D5FF;
	display: block;
	letter-spacing: 2pt;
	text-decoration: none;
	background-image: url(white_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.navigation a:hover {
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;

	color: ;
	background-color: #F5F5F5;
	display: block;
	letter-spacing: 2pt;
	color: #990000;
}
.pageselect {
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B72E00;
	background-color: #D5D5FF;
	display: block;
	letter-spacing: 2pt;
	text-decoration: none;
	background-image: url(white_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
