.pageframe {
	margin-left: -375px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	left: 50%;
	top: 0px;
	border-width: 0px;
	padding: 0px;
	width: 750px;
}

.bluebox {
	border-width: 10px;
	background: #dbe9f6;
	margin: 0px;
	padding: 0px;

}

.box-left { background: url(/images/box-border.gif) 0 0 repeat-y; }
.box-top { background: url(/images/box-border.gif) 0 0 repeat-x; }
.box-right { background: url(/images/box-border.gif) 100% 0 repeat-y; }
.box-bottom { background: url(/images/box-border.gif) 0 100% repeat-x; }
.box-top-left { background: url(/images/box-top-left.gif) 0 0 no-repeat; }
.box-top-right { background: url(/images/box-top-right.gif) 100% 0 no-repeat; }
.box-bottom-left { background: url(/images/box-bottom-left.gif) 0 100% no-repeat; }
.box-bottom-right { background: url(/images/box-bottom-right.gif) 100% 100% no-repeat; }

.error {
	font-weight: bold;
	color: #CC0000;
}

.hiddengrey {
	display: none;
	position: fixed;
	overflow: auto;
	top: -1px;
	left: -1px;
	width: 101%;
	height: 101%;
	background: url(/images/grey.png);
	z-index:999;
}

.hilighter {
	background-color: #ffff00;
}

.sansblue9 {
	color: #000099;
	font-size: 9pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue10 {
	color: #000099;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue12 {
	color: #000099;
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue14 {
	color: #000099;
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue16 {
	color: #000099;
	font-size: 16pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue18 {
	color: #000099;
	font-size: 18pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue20 {
	color: #000099;
	font-size: 20pt;
	font-family: sans-serif;
	font-weight: bold;
}

.sansblue24 {
	color: #000099;
	font-size: 24pt;
	font-family: sans-serif;
	font-weight: bold;
}

.serifblack9 {
	color: #000000;
	font-size: 9pt;
	font-family: serif;
}

.serifblack10 {
	color: #000000;
	font-size: 10pt;
	font-family: serif;
}

.inputserifblack10 {
	padding: 1px;
	margin: 1px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 10pt;
	font-family: serif;
}

.serifblack12 {
	color: #000000;
	font-size: 12pt;
	font-family: serif;
}
