body {
        scrollbar-arrow-color:#000066;
        scrollbar-base-color:#f6f9e9;
        scrollbar-shadow-color:#A9C215;
        scrollbar-face-color:#f6f9e9;
        scrollbar-highlight-color:#A9C215;
        scrollbar-dark-shadow-color:#f6f9e9;
        scrollbar-3d-light-color:#A9C215;
}

A.white:link {text-decoration: none; color: #FFFFFF}
A.white:visited {text-decoration: none; color: #FFFFFF}
A.white:active {text-decoration: none; color: #CCCCCC}
A.white:hover {text-decoration: none; color: #A9C215}

A.green:link {text-decoration: none; color: #748610}
A.green:visited {text-decoration: none; color: #748610}
A.green:active {text-decoration: none; color: #748610}
A.green:hover {text-decoration: underline; color: #A9C215}

A.orange:link {text-decoration: none; color: #F65A0E}
A.orange:visited {text-decoration: none; color: #F65A0E}
A.orange:active {text-decoration: none; color: #F65A0E}
A.orange:hover {text-decoration: underline; color: #A9C215}

A.grey:link {text-decoration: none; color: #FFFFFF}
A.grey:visited {text-decoration: none; color: #FFFFFF}
A.grey:active {text-decoration: none; color: #FFFFFF}
A.grey:hover {text-decoration: none; color: #999999}

A:link {text-decoration: none; font-weight: none; color: #000066}
A:visited {text-decoration: none; font-weight: none; color: #000066}
A:active {text-decoration: none; font-weight: none; color: #000066}
A:hover {text-decoration: none; font-weight: none; color: #A9C215}

.small {font-family: verdana,arial,geneva; font-size: 8pt; color: #333333}
.smallwhite {font-family: verdana,arial,geneva; font-size: 8pt; color: #ffffff}
.smallblue {font-family: verdana,arial,geneva; font-size: 8pt; color: #000066}
.smallgrey {font-family: verdana,arial,geneva; font-size: 8pt; color: #BBBBBB}
.normal {font-family: verdana,arial,geneva; font-size: 10pt; color: #333333}
.normalwhite {font-family: verdana,arial,geneva; font-size: 10pt; color: #EEEEEE}
.normalblue {font-family: verdana,arial,geneva; font-size: 10pt; color: #000066}
.large {font-family: verdana,arial,geneva; font-size: 12pt}
.largewhite {font-family: verdana,arial,geneva; font-size: 12pt; color: #EEEEEE}
.largeblue {font-family: verdana,arial,geneva; font-size: 13pt; color: #000066}
.largegreen {font-family: verdana,arial,geneva; font-size: 13pt; color: #A9C215}
.tableHeader {
	background-color: #EEF6DD;
	font-family: verdana,arial,geneva;
	font-weight: bold;
	color: #333333;
	font-size: 8pt;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: A9C215;
}
.tableRow {
	background-color: #F5FAEE;
	font-family: verdana,arial,geneva;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
.table {
	border: 1px dotted A9C215;
}
