/*GRAY PANEL*/
.panel{
/*
	border:solid 1px #E4E4E4;
	background-color:#fcfcfc;
	padding:8px;
	width:600px;
*/
	margin:0px;
	margin-bottom:12px;
}

.bodytext {
	font: 0.8em Verdana,Tahoma, sans-serif;
	color: #454545;
}

.firstParagraph {

	font: 1em Verdana,Tahoma, sans-serif;
	font-weight:bold;
	color:#27408b;

}

.orangetitle {
	font: 0.7em Verdana,Tahoma, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#104e8b;
	margin-bottom:4px;
}

.pagetitle {
	font: 0.7em Verdana,Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#104e8b;
	margin-bottom:4px;
}

a:link, a:visited {
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	color: #8b0000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size:11px;
	color: darkslategray;
}

