/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 6px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	margin-left: 5px;
	text-decoration: underline;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF9900;
	display: table-cell;
	padding: 12px;
	width: auto;
}
.highlight {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
}

.header1 {
	font-family: Calibri;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF6600;
	display: table-cell;
	padding: 8px;
	width: auto;
}

.nonnavigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF9900;
	display: table-cell;
	padding: 8px;
	width: auto;
	color: #0000FF;
}
