body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #739BB1;
	margin: 0px;
}

img {
	border: 0;
}
a {
	color: #00f;
	text-decoration: none; 
}
a:visited { color: #00f;}
a:hover { color: #CA9E29; }

.hrarrow {
	float: right;
	position: relative;
	text-align: middle;
	top: -8px;
}

h1 {
	font-size: 1.2em;
	font-variant: small-caps;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	text-decoration: underline;
	font-variant: small-caps;
}

.error li, li.error {
	list-style-image: url(images/arrow_right_red.gif);
	color: black;
	font-weight: normal;
}

ul.success li, li.success {
	font-weight: bold;
	list-style-image: url(images/arrow_right_green.gif);
}

ul.grey li, li.grey {
	margin-left: 10px;
	padding-left: 8px;
	list-style-image: url(images/arrow_right.gif);
	list-style-position: outside;
}

.question {
	font-weight: bold;
	background-image: url(images/arrow_right_red.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 25px;
	padding-top: 2px;
}

.menu {
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	border: #000 1px solid;
	background-color: #fff;
	color: #000;
}

.menu a {
	display: block;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: top 5px;
	color: #0000ff;
	font-weight: bold;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px; 
	padding-left: 23px;
}

.menu a:visited {
	font-weight: bold;
}

.menu a:hover {
	color: #0000ff;
	font-weight: bold;
	border-left: #254D69 2px solid;
	border-top: #254D69 2px solid;
	border-right: #BCCDFF 1px solid;
	border-bottom: #BCCDFF 1px solid;
	background-color: #D4E4FF;
}

th,.menuheader {
	color: #fff;
	background-color: #13347F;
	font-size: 8pt;
	font-weight: bold;
}
th {
	text-align: left;
}

th a, th a:visited { color: #88f; }
th a:hover {
	color: #CA9E29;
}

.footer a { color: #0046D3; text-decoration: none; font-weight: bold}
.footer a:visited { color: #0046D3;}
.footer a:hover { color: #0046D3; text-decoration: underline}
.copyright {
	margin-top: 0.5em;
	font-size: 0.9em;
}

.topbar {
	color: #fff;
	background: url('images/titlebackground3.gif');
	background-repeat: repeat-x;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
}

.loginbox {
	color: #fff;
	background-color: #6D88E2;
	border: #000 1px solid;
	font-size: 0.8em;
}

input.login {
	color: #333;
	background: url(images/loginbox.gif);
	background-repeat: repeat-x;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.vsmall {
	font-size: 0.7em;
}

.hdr {
	font-weight: bold;
	background-color: #BFCEFF;
	color: #000;
	border-bottom: 1px solid black;
	padding: 4px;
	margin: 0;
}
.box {
	border: 1px solid black;
}

.notice {
	background-color: #e11;
	color: #fff;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

table.formtable {
	background-color: #fff;
	padding: 4px;
}

.content {
	font-weight: normal;
	font-size: 9pt;
	background-color: white;
	min-height: 100%;
}

.contentbox {
	font-weight: normal;
	font-size: 9pt;
	background-color: #fff;
	border: #000 1px solid;
}

.contenttitle,.ctitle {
	font-variant: small-caps;
	font-size: 12pt;
	font-weight: bold;
}

.helptitle {
	font-size: 10pt;
	font-weight: bold;
}

.summaryhdr {
	color: #fff;
	background-color: #13347F;
	font-size: 8pt;
	font-weight: bold;
}

.summary {
	color: #000;
	background-color: #BBCAFC;	
	font-size: 8pt;
	font-weight: bold;
	border-left: #000 1px solid;
	padding-left: 5px;
}

.linktbl, #tblStats td {
	vertical-align: top;
}

.linktbl2 {
	vertical-align: top;
	background-color: #B5D6F7;
}

.tblLinkActions td {
	text-align: center;
}

#tblStats {
	border: 2px solid #5D73C0;
}
#tblStats th {
	border-right: 1px solid #aaa;
	text-align: right;
	vertical-align: bottom;
}
#tblStats td {
	text-align: right;
}

.linkdesc {
	font-size: 7pt;
	color: #888;
}

.linkcode {
	background-color: #B5D6F7;
	color: #000;
	font-weight: bold;
	border: #195CA1 1px dotted;
	
}

.page {
	font-size: 6pt;
	font-weight: bold;
}

.topright {
	font-size: 9pt;
	color: #fff;
	font-weight: bold;
}

.linkNote {
	display: block;
	position: absolute;
	visibility: hidden;
	padding: 1em;
	background-color: #f0f099;
	border: 1px solid black;
	min-width: 150px;
}
.linkNote p {
	margin: 0;
}
.linkNoteClick {
	text-align: center;
	color: #666;
	margin:0 0 1em 0;
	white-space: nowrap;
}

a.icon {
	background-color: #5D73C0;
	padding: 3px;
	border: 1px solid white;
	border: 1px solid #5D73C0;
	background-color: white;
}
a.icon:hover {
	color: white;
	background-color: #BBC7F1;
	border: 1px solid #5D73C0;
	border: 1px solid white;
}
a.iconPlus {
	background-image: url(images/plus.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 24px;
}
a.iconX {
	background-image: url(images/x2.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 22px;
}
a.iconArrow {	
	background-image: url(images/arrow_right.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 24px;
}
