body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #fffff8;
}
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }
a:active { color: red; }

div.page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

span.menu {
	float: left;
	width: 150px;
	border-right: thin solid black;
	height: 600px;
}
div.menuTitle {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 6px;
	border-bottom: thin solid black;
}
div.menuItem {
	text-align: left;
	font-size: 9pt;
	margin-bottom: 2px;
}

div.contentTitle {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 8px;
	border-bottom: thin solid black;
}
div.contentHeader {
	margin-bottom: 8px;
}
div.contentSectionTitle {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 8px;
}
div.content {
	font-size: 10pt;
	margin-bottom: 8px;
}
span.content {
	float: right;
	width: 870px;
	margin-bottom: 24px;
}
div.messageTotalTop {
	text-align: center;
	font-size: 16pt;
	margin-bottom: 16px;
}
div.messageTotalBottom {
	text-align: center;
	font-size: 16pt;
	margin-top: 16px;
}

div.messageContentTitle {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0px;
	border-bottom: thin solid black;
}
div.messageContentSubtitle {
	text-align: left;
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 24px;
}
div.messageContainer {
	border-top: thin solid lightgray;
	margin-top: 8px;
	margin-bottom: 20px;
	padding-top: 8px;
}
div.messageContent {
	font-size: 10pt;
	margin-bottom: 12px;
}

div.weblinkLink {
	font-size: 10pt;
}
div.weblinkDescription {
	font-size: 8pt;
	margin-bottom: 6px;
}

span.messageAuthor {
	font-size: 8pt;
}

span.messageTimestamp {
	font-size: 8pt;
}

table.dataGrid {
	borderSpacing: 0px;
	borderCollapse: collapse;
}
td.dataTitleL {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: medium solid black;
}
td.dataTitleC {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: medium solid black;
}
td.dataTitleR {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: medium solid black;
}
td.dataCellL {
	text-align: left;
	font-size: 8pt;
	border-bottom: thin solid black;
}
td.dataCellC {
	text-align: center;
	font-size: 8pt;
	border-bottom: thin solid black;
}
td.dataCellR {
	text-align: right;
	font-size: 8pt;
	border-bottom: thin solid black;
}
td.labelCellL {
	text-align: left;
	font-size: 8pt;
}
td.labelCellC {
	text-align: center;
	font-size: 8pt;
}
td.labelCellR {
	text-align: right;
	font-size: 8pt;
}

div.footer {
	border-top: thin solid black;
	clear: both;
}
span.footerLeft {
	text-align: left;
	font-size: 8pt;
	float: left;
}
span.footerRight {
	text-align: right;
	font-size: 8pt;
	float: right;
}

input.loginText {
	font-size: 9pt;
	border-width: 1;
	border-style: solid;
	border-color: black;
	color: black;
}
input.textField {
	font-size: 8pt;
	border-width: 1;
	border-style: solid;
	border-color: black;
	color: black;
}
input.textFieldWisdom {
	font-size: 8pt;
	border-width: 0;
	border-style: solid;
	border-color: black;
	color: black;
}
input.formButton {
	font-size: 8pt;
	font-weight: bold;
	background-color: #8589A6;
	border-color: gray;
	color: #ffffff;
}

fieldset {
	background: #ffff99;
	background-image: url(/gfx/bg-box-s1.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #781351;
}
legend {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
}
textarea {
	font-size: 8pt;
	border-width: 1;
	border-style: solid;
	border-color: black;
	color: black;
}
textarea.textFieldWisdom {
	font-size: 8pt;
	border-width: 0;
	border-style: solid;
	border-color: black;
	color: black;
}
select {
	font-size: 8pt;
	border-width: 1;
	border-style: solid;
	border-color: black;
	color: black;
}
