/* CSS Document */

.p {
	font-family:Verdana, sans-serif;
	font-size:14px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}

.list {
	font-family:
	"Times New Roman", serif;
	font-size:14px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
	font-weight: 200;
	text-align: left;
}
.list_large {
	font-family:	"Lucida Handwriting";
	font-size:24px;
	color:#000000;
	line-height: 26px;
	padding: 3px;
	font-weight: bolder;
	text-align: center;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #993300;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #003399;
	display: inline-table;
	padding: 8px;
	width: 100px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099FF;
	display: inline-table;
	padding: 8px;
	width: 100px;
}

