BODY {
	font-family: "Tahoma";
	font-size: 10pt;
}

#pagetitle {
	font-size: 20pt;
	font-weight: bold;
	color: blue;
}

#boxtext {
	background-color: #dde3ff;
	BORDER-BOTTOM: thin ridge;
	BORDER-LEFT: thin ridge;
	BORDER-RIGHT: thin ridge;
	BORDER-TOP: thin ridge;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}

#boxtextcenter {
	background-color: #dde3ff;
	BORDER-BOTTOM: thin ridge;
	BORDER-LEFT: thin ridge;
	BORDER-RIGHT: thin ridge;
	BORDER-TOP: thin ridge;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

#boxtextleft {
	background-color: #dde3ff;
	BORDER-BOTTOM: thin ridge;
	BORDER-LEFT: thin ridge;
	BORDER-RIGHT: thin ridge;
	BORDER-TOP: thin ridge;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

#boxtext1 {
	background-color: #dde3ff;
	BORDER-BOTTOM: thin ridge;
	BORDER-LEFT: thin ridge;
	BORDER-RIGHT: thin ridge;
	BORDER-TOP: thin ridge;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
}

#displaydata {
	font-size: 10pt;
	text-align: right;
}

#displayheader {
	font-size: 12pt;
	font-weight: bold;
	color: #0000ff;
	text-align: center;
}

#formulabox {
	background-color: white;
	BORDER-BOTTOM: thin ridge;
	BORDER-LEFT: thin ridge;
	BORDER-RIGHT: thin ridge;
	BORDER-TOP: thin ridge;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

#infotextbox {
	background-color: white;
	BORDER-BOTTOM: thin ridge;
	BORDER-LEFT: thin ridge;
	BORDER-RIGHT: thin ridge;
	BORDER-TOP: thin ridge;
	font-size: 10pt;
	text-align: left;
}

#totalbox {
	BORDER-TOP: thin ridge;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}

a:hover {
	color: red;
	font-weight: bold;
	font-size: 8pt;
}

#oddrow,#oddrow_true {
	background-color: #f5f5f5; //
	whitesmoke COLOR: black;
	FONT: 8pt "Arial", sans-serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: left;
	BORDER-STYLE: none;
}

#evenrow,#oddrow_false,#agencyinfo {
	background-color: #f5deb3; //
	wheat COLOR: black;
	FONT: 8pt "Arial", sans-serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: left;
	BORDER-STYLE: none;
}

.loginstatusmessage {
	background-color: transparent;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 16px;
	BORDER-LEFT: medium none;
	WIDTH: 350px;
	COLOR: red;
	BORDER-BOTTOM: medium none;
}