/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #0066cc;
line-height: 20px;
padding: 4px;
}
.table_text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #0066cc;
	text-decoration: none;
	padding: 8px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}
.heading {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}



.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #660000;
	padding-bottom: 8px;
	padding-top: 8px;
}

.navigation1 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	width: 150px;
	padding: 8px;
}

.footer {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	background-attachment: fixed;
	text-decoration: none;
	background-color: #660000;
}

.navigation1:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	width: 150px;
	padding: 8px;
}

.footer:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
}
