body { 
	background-color: white;
	font-family: verdana, sans-serif;
	font-size: 10pt; 
}
	
a:link { 
	color: #009966;
}

a:visited {
	color: #009966;
}
a:hover {
	color: #999999;
}
.sidemenu:hover {
	color: #009966;
	background-color: #FFFFFF;
}
hr {
	size: 1;
	color: #009966;
}
td { 
	font-size: 8pt; 
}
th { 
	font-size: 8pt; 
}

.small {
	font-size: 8pt;
}

.smallred {
	font-size: 8pt;
	color: #FF0000;
}	

.big {
	font-size: 10pt;
}

.smallblack {
	font-size: 8pt;
	color: black;
}

.boldwhite {
	font-size: 10pt;
	color: white;
	font-weight: bold;
}
	
.smallwhite {
	font-size: 8pt;
	color: white;
}

.smallgray {
	font-size: 8pt;
	color: CCCCCC;
}

.grayheading {
	font-size: 12pt;
	color: 999999;
	font-weight: bold;
}

.greenheading {
	font-size: 12pt;
	color: 009966;
	font-weight: bold;
}

.whiteheading {
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.greentd {
	background-color: #DAEAE3;
	font-size: 8pt;
}

.center {
	text-align: center;
	align: center;
}

.left {
	text-align: left;
	align: left;
}

.indent { 
	margin-left: 1cm; 
}

.smindent { 
	text-align: left;
	align: left;
	margin-left: 4mm; 
}

.facttitle {
	font-size: 16pt;
	color: white;
	text-align: center;
	background-color: 009966;
}

.smfacttitle {
	font-size: 12pt;
	color: white;
	text-align: center;
	background-color: 999999;
}

.image     
{ 
	border: 1px solid #999999; 
	 
}
.red     
{ 
	color: #FF0000; 
	 
}
a.oasis:link { 
	color: #FFFFFF;
}

a.oasis:visited {
	color: #FFFFFF;
}
a.oasis:hover {
	color: #999999;
}
.imagelink    
{ 
	border: 2px;
	border-thickness: 2px; 
	border-color: #FFFFFF;  
	border-style: solid; 
}

a:hover.imagelink, a:active.imagelink
{ 
	border: 2px; 
	border-thickness: 2px; 
	border-color: #999999; 
	border-style: solid; 
}