.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: normal;
}

.textsmallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	letter-spacing: normal;
	color : black;
}

.textsmallgrey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	letter-spacing: normal;
	color : #666666;
}


.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: normal;
}

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	color : white;
	letter-spacing: normal;
}

.textitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	letter-spacing: normal;
}


.textblue {
	color: #003366;
	font-weight: bold;
}

.textgrey{
	color: #666666;
	font-weight: bold;
}

.textred{
	color: #990000;
	font-weight: bold;
}

.textred1{
	color: #FF0000;
}

.textred1bold{
	color: #FF0000;
	font-weight: bold;
}




.tablebody {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-left-style:inset;
	border-bottom-style:solid;
	border-top-style:solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-family: Arial;

}

.minitable{
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.minitable2 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-style:solid;
	border-color: #cccccc;
	border:thin;

}

.style9 {color: #0887D0}

.style8 {
	color: #0887D0;
	font-weight: bold;
}

