a {
	color: #ffd36c;
}

a:hover {
	color: #ffffff;
}

blockquote, body, div, dl, li, ol, p, table, td, tr, ul, th {
	font-family: Trebuchet MS, Verdana, 
Arial, Helvetica;
	font-size: 10pt;
	color:#CCCCCC
}

dt {
	font-weight: bold;
}

h3 {
	color: #B7C7E3;
	font-size: 10pt;
	font-weight: bold;
}

h3  {
	color: #336699;
	font-size: 11pt;
	font-weight: bold;
}



.border {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 10pt;
}

.border-bottom {
	border-bottom: 1px solid #000000;
	font-size: 10pt;
}

.border-top {
	border-top: 1px solid #4d7ca4;
}

.border-top-bottom {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 10pt;
}

.navi {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none
}
.navi:hover {
	color: #FFFFFF;
}
.small {
	font-size: 8pt;
}

.subtitle {
	color: #ffd36c;
	font-weight: bold;
		font-size: 12pt;

}
.title {
	color: #ffffff;
	font-weight: bold;
		font-size: 12pt;

}

td.off {
background: #4d7ca4;
}

td.on {
background: #ffd36c;
}


