body {
	margin: 0px;
	font-family: Verdana, Americana BT, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	text-align: center;
}
td {
	font-size: 9pt;
}
.oddRow {
	background-color: #FFFFFF;
}
.evenRow {
	background-color: #EEEEEE;
}
.borderTable {
	border: 1px solid silver;
}

a:link, a:visited {
	color: #990000;
}

a:hover, a:active {
	color: #DD0000;
}
a.navigator:link, a.navigator:visited {
	color: #000033;
	font-size: xx-small;
	text-decoration: underline;
}
a.navigator:active, a.navigator:hover{
	color: #CC0000;
	font-size: xx-small;
	text-decoration: underline;
}
a.sitemap:link, a.sitemap:visited {
	color: #666666;
	font-size: xx-small;
	text-decoration: none;
}
a.sitemap:hover, a.sitemap:active {
	color: #CC0000;
	font-size: xx-small;
	text-decoration: none;
}
.smallText{
	font-size: xx-small;
}
.smallEdit{
	font-size: xx-small;
	color: #666666;
}
.headerCell {
	font-weight: bold;
}
.oddRow {
}
.evenRow {
	background-color: #EEEEEE;
}
.borderTable {
	border: 1px solid silver;
}
.captionCell {
	background-color: #EEEEEE;
	text-align: right;
	font-weight: bold;
}
.editCell {
	background-color: #EEEEEE;
}
.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: #CCCCCC;
	font-size: xx-small;
	cursor: hand;
	color: #333333;
}
.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: #CCCCCC;
	cursor: hand;
	color: #333333;
}

