/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	border-right-width: medium;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #330033;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 15px;
	width: 165px;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3A0001;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 15px;
	width: 165px;
}
.pub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
}
.hot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
.boldblack {

	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
