BODY {
	background-color:#ffffff;
	font : 10pt arial, verdana;
	color : #000000;
}

td {
	font : 10pt arial, verdana;
	color : #000000;
}

td.orange {
	font : 10pt arial, verdana;
	color : #FFFFFF;
	background-color : #ff9933;
}

td.blue {
	font : 10pt arial, verdana;
	color : #FFFFFF;
	background-color : #336699;
	background-image : url(images/bbk.jpg);
	background-repeat : no-repeat;
}

h1 {
font : bold 16pt;
color: #ff9933;
}

h2 {
font : bold 14pt;
color: #336699;
}

h3 {
font : bold 12pt;
color: #ff9933;
}

h4 {
font : bold 9pt;
color: #336699;
}

A {
font: bold;
color:#336699;
text-decoration:underline;
}

A:hover{
font: bold ;
color:#ff9933;
text-decoration:none;
}

A.or {
color:#ffffff;
text-decoration:none;
}

A.or:hover{
color:#ffffff;
text-decoration:underline;
}

.larger{
	font: bold 12pt;
}

.smaller{
	font: 9pt;
}

.small{
	font: 8pt;
}

.vsmall{
	font: 7pt;
}