body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
}

td, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:link {
	color: #006;
}

A:visited {
	color: #006;
}

A:active {
	color: #039;
}

A:hover {
	color: #039;
}

H1 {
	display: inline;
	font-size: 18pt;
	color: #03C;
}

H2 {
	display: inline;
	font-size: 14pt;
	color: #006;
}

H3 {
	display: inline;
	font-size: 13pt;
	color: #006;
}

H4 {
	display: inline;
	font-size: 12pt;
	color: #006;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

.error {
	font-weight: bold;
	color: #E60E27;
}

.mainbody {
	background-image: url(images/main/worldbg.gif);
	background-repeat: repeat-y;
	font-size: 10pt;
	font-weight: bold;
}

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

.plainbody {
	font-size: 10pt;
	font-weight: normal;
}

.menu {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 165px;
	width: 143px;
}

.menuitem-off {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	width: 143px;
	height: 20px;
	background-image: url(images/main/menubutton-off.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.menuitem-on {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	width: 143px;
	height: 20px;
	background-image: url(images/main/menubutton-on.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.menuitem {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.header {
	font-size: 14pt;
	font-weight: bold;
	color: #000033;
}
.text {
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
}
.footer {
	font-size: 8pt;
}
.fieldset {
	height: auto;
	width: 700px;

}
.whitetext {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.button {
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	background-color: #FFCC00;
	border: 1px groove #0000FF;
	width: auto;
	padding: 1px;
}
.whitesmalltext {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.smallarial {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000033;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000033;
}
.medtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000033;
}
.whitemedtext {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.smallertext {
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
}
.bluebox {
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.dottedborderbox {
	border: 3px dotted #000033;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}




.row {
	font-size: 12px;
	padding: 4px 8px 3px 8px;
}

.urow {
	font-size: 12px;
	padding: 4px 8px 3px 8px;
	border-bottom: solid 1px #CCC;
	height: 30px;
}

.dottedrow {
	font-size: 12px;
	padding: 4px 8px 3px 8px;
	border-bottom: dotted 1px #e3e3e3;
}

.header1 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 4px 8px 4px 8px;
	background-color: #999;
	background-image: url(/images/interface/header1-bg.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 1px;
	border-style: solid;
	height: 30px;
}

.header2 {
	font-size: 12px;
	color: #fff;
	padding: 4px 8px 4px 8px;
	background-color: #666;
	background-image: url(/images/interface/header2-bg.gif);
	border-color: #b0b0b0 #999 #999 #999;
	border-width: 1px;
	border-style: solid;
	height: 30px;
}

