@media print {
.noprint{display:none;};
.resizepage{width:650px}
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.menu-blue 
{
	background-color: #003580;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bae55e;
	cursor: hand;
	text-decoration:none;
	background-color: #003580;
	height:32px;	
	padding-left:6px;
	padding-right:6px;
	padding-top:9px;
	font-weight:bold;
}

.menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003580;
	cursor: hand;
	text-decoration:none;
	background-color: #00c0d6;
	height:32px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:9px;
	border-right: none;
}

.menu-clicked a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	cursor: hand;
	text-decoration:none;
	background-color: #00afad;
	height:32px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:9px;
	border-bottom: 4px solid #bae55e;
}

.pale-green-box
{
	background-color: #ddf2af;
	padding:10px;
	background-image:url(../../resources/images/pale-green-box-shadow.jpg);
	background-repeat:repeat-x;
}
.pale-blue-box
{
	background-color: #ddf2af;
	padding:10px;
	background-image:url(../../resources/images/pale-blue-box-shadow.jpg);
	background-repeat:repeat-x;
}
.article-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003580;
}


.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #AD3252;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.bodytext1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #012B67;
	text-decoration: none;
}

.bodytext1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
.credits {
	border-top: 1px #cccccc dotted;
	padding-top:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top:12px;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

.bodytext2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #012B67;
	text-decoration: none;
}

.bodytext2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.p-right {
	margin-right: 10px;
	margin-bottom: 10px;
}
.p-left {
	margin-left: 10px;
	margin-bottom: 10px;
}

.menua a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	cursor: hand;
	text-decoration:none;
	background-color: #A52A49;
	height:32px;	
	padding-left:6px;
	padding-right:6px;
	padding-top:9px;
	font-weight:bold;
}

.menua a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor: hand;
	text-decoration:none;
	background-color: #bae55e;
	height:32px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:9px;
	border-right: none;
}
