a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #993399;
}

blockquote, body, div, dl, li, ol, p, table, td, tr, ul, th {
	font-family: Verdana, 
Arial, Helvetica;
	font-size: 10pt;
}

dt {
	font-weight: bold;
}

h3 {
	color: #B7C7E3;
	font-size: 10pt;
	font-weight: bold;
}

h3  {
	color: #336699;
	font-size: 11pt;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

.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 #000000;
	font-size: 10pt;
}

.border-top-bottom {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 10pt;
}

.navi {
	color: #990000;
}
.navi:hover {
	color: #ff6600;
}
.small {
	font-size: 8pt;
}

.subtitle {
	color: #990000;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
	
}
.whitenavi {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline
}
.white:hover {
	color: #ff6600;
}

.activate {
	color: #009933;
	font-weight: bold;
	
}

.deactivate {
	color: #FF0000;
	font-weight: bold;
	
}