/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.navigate {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #b5e6ff;
	display: block;
	padding: 8px;
	width: 132px;
}
.navigate:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #66CCFF;
	display: block;
	padding: 8px;
	width: 132px;
}
.title {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #6699FF;
	display: block;
	padding: 8px;
	width: 132px;
	border-bottom-width: thin;
	color: #000000;
}
