/* Font Family */

a {text-decoration: none;color: #004080;}
a img {
	border: 0;
}

.b1head, .head1r, .head5, .tbb12, .tbw10, .tables, .tbw, .tbul, .tb12, .tbg, .tbr12, .tb, .tbr, .tbk, .tbu, .head4, .b1link, .head1, .mainl, .blue, .bluer, .whitej, .dd, .dt, .date, .yellow, .calendar, .hd2wh, .hd1wh, .blue, .main, .red, .greens, .headb, .head1, .head2, .body, .bodyb, .white, .link, .grey, .greyb, .green, .indent, .head, .small, .tab, .hd2wh, .head, .left , .hdwh {font-family: Verdana, Arial, Helvetica, sans-serif}


.black {font-size: 8pt; color: #000000; font-family: Arial, Helvetica}
.b1head {font-size: 12pt; color: #660000; font-weight: bold}
.bodyb {font-size: 9pt; color: #000000}
.hd2wh {font-size: 12pt; color: #FFFFF0; font-weight: bold}
.head {font-size: 18pt; color: #000000; font-weight: bold}
.head1 {font-size: 10pt; color: #660000; font-weight: bold}
.main {font-size: 9pt; color: #000000; margin-left: 0.5cm; margin-right: 0.5cm}
.tables {font-size: 8pt; color: #000000; border-color: #CC9900; border-width: 1px; border-style: solid; background-color: #FFFFCC}
.tbg {font-size: 8pt; color: #000000; border-color: #000000; border-width: 1px; border-style: solid; background-color: #ccc}
.tbr {font-size: 8pt; font-weight: bold; color: #FFFFFF; border-color: #990000; border-width: 1px; border-style: solid; background-color: #990000}
.tbul {font-size: 8pt; color: #333333; border-color: #996600; border-width: 1px; border-style: solid; background-color: #ffffcc}
.tbw {font-size: 8pt; color: #000000; border-color: #000000; border-width: 1px; border-style: solid; background-color: #FFFFFF}
.white {font-size: 8pt; color: #FFFFF0}

#format {font-size: 9pt; color: #000000;}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #cdcdcd;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 90%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ffff99;
	border: 1px solid #ffffff;
	color: #3d3d3d;
	font-size: 8pt;
	font-weight: bold;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #ffffff;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#ffffcc;
}
table.tablesorter tbody tr.even td {
	background-color:#ebebeb;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../images/asc.gif);
	background-color: #cc9900;
	color: #ffffff;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../images/desc.gif);
	background-color: #cc9900;
	color: #ffffff;
}
