body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
td {
	font-size: 9pt;
}
.headerCell {
	font-weight: bold;
	background-color: #A6B6C6;
}
.oddRow {
	background-color: #FFFFFF;
}
.evenRow {
	background-color: #EEEEEE;
}
.borderTable {
	border: 1px solid silver;
}
.captionCell {
	background-color: #EEEEEE;
	text-align: right;
	font-weight: bold;

}
.editCell {
	background-color: #EEEEEE;
}
a:link, a:visited {
	color: #616B74; text-decoration: underline;
}
a:hover, a:active {
	color: #A6B6C6; text-decoration: underline;
}
a.MenuOption:link, a.menuoption:visited {
	color: #616B74; text-decoration: none;
}
a.MenuOption:hover, a.menuoption:active {
	color: #A6B6C6; text-decoration: none;
}
a.headerLink:link, a.headerLink:visited {
	color: black;
}
a.headerLink:hover, a.headerLink:active {
	color: white;
}
.smallButton {
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #E3E8EC;
	font-size: xx-small;
	cursor: hand;


}

.button {
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #E3E8EC;
	cursor: hand;
}
.smallText {
	font-size: x-small;
}
.infoMessage {
	font-size: 14pt;
}
.total{
	font-weight: bold;
	border-top: 1px solid Black;
	text-align: right;
}
.report{
	text-align: right;
}

.MenuHeader {
	background-color: #D5D5D5;
}

.MenuContent {
	background-color: #F1F1EF
}

.dashedTable {
	border: 1px dashed #C4C3AF;
}

.errorText {
	color: red;
}	

.blueInput {
	color: #000099;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}