/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: 16px;
}

.small{
font-family: Verdana, sans-serif;
font-size: 10px;
color: #000000;
line-height: 12px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #003399;
	display: inline;
	padding: 4px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-style: outset;
	border-bottom-color: #000066;
	border-right-color: #000066;
	border-left-color: #0066CC;
	border-top-color: #0066CC;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #0099FF;
	display: inline;
	padding: 4px;
}

.link {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	display: inline;
	line-height: 16px;
}

.linksmall {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	display: inline;
}

.highlight {
	font-family: verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
}

.highlight2 {
	font-family: verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #CC0000;
}
