/* CSS Document */

p{
font-family: Tahoma;
font-size: 13px;
color:#000000;
line-height: 18px;
padding: 4px;
}

.bold {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000099;
}

.navigation {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	display: block;
	padding: 8px;
	width: 166px;
}

.navigation:hover {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
	display: block;
	padding: 8px;
	width: 166px;
}

.breadcrumb {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	padding: 2px;
	margin: 0px;
	text-decoration: none;
}