/* CSS Document */


.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}

.submenu_short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99FFFF;
	text-decoration: none;
	background-color: #006699;
	display: block;
	padding: 2px;
	width: 208px;
}
.submenu_short:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #99CCCC;
	display: block;
	padding: 2px;
	width: 208px;
}
.robinbluebkgr {
	background-color: #99CCCC;
}
.barnredbkgr {
	background-color: #993333;
}
.deepbluebkgr {
	background-color: #006699;
}
.titlefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
}
.pagetitlefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}.contentfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

