@charset "utf-8";
/* CSS Document */

body {
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cptxt{
	font-size:10px;
}
.errortxt{
	color:#FF0000;
}
.pgtitle {
	font-size:16px;
	font-weight:bold;
}
.title {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.icons {
	padding-left:5px;
	padding-right:5px;
	border:0px;
}
a.nav:link {
	text-decoration: none;
	color: #1b3962;
}
a.nav:visited {
	text-decoration: none;
	color: #1b3962;
}
a.nav:hover {
	text-decoration: underline;
	color: #1b3962;
}
a.nav:active {
	text-decoration: none;
	color: #1b3962;
}
a:link {
	text-decoration: underline;
	color: #1b3962;
}
a:visited {
	text-decoration: underline;
	color: #1b3962;
}
a:hover {
	text-decoration: underline;
	color: #1b3962;
}
a:active {
	text-decoration: underline;
	color: #1b3962;
}
.toprule { border-bottom:solid 2px #1b3962; padding-bottom:10px; }
.botrule { border-top:solid 2px #1b3962; padding-top:10px; }
