body, table, p { 
	font-size: 10pt; 
	font-family: verdana;
}

.header { 
	font-size: 13.5pt; 
	font-weight: bold;
}

.subhead { 
	font-weight: bold;
}

.subheadul { 
	font-weight: bold;
	text-decoration: underline;
}

.blurb { 
	font-family: comic sans ms;
}

.note { 
	font-size: .75em;
}

.em {
	font-style: oblique;
}

.flag { 
	color: FF9933;
	font-weight: bold;
	letter-spacing: -1px;
}

a {
	text-decoration: none;
	color: 0000ff; 
}

a:Visited { 
	color: 666666; 
}

a:Hover { 
	text-decoration: underline; 
	color: FF9933; 
}

a:Active { 
	text-decoration: none; 
	color: FF9933; 
}

.topspacer {
	width: 25;
	height: 1;
}

.toplink {
	text-decoration: none;
	color: 0000ff; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: verdana; 
	word-spacing: 3px; 
	letter-spacing: -1px;
}

.sidebak {
	 background-color: #ffffff;
	 background-repeat: no-repeat;
	 text-align: left;
	 vertical-align: top;
}

.sidelink {
	text-decoration: none;
	background-color: 33AA33;
	white-space: nowrap;
	color: 000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	word-spacing: 3px;
	letter-spacing: 1px;
	overflow: hidden;
	line-height: normal;
	display: table-cell;
	padding-right: 5px;
	padding-left: 5px;
}
.sidelink:visited { 
	text-decoration: none;
	background-color: 33AA33;  
	color: 666666;
}
.sidelink:hover { 
	text-decoration: none;
	background-color: FF9933;  
	color: 000000;
}
.sidelink:active { 
	text-decoration: none;
	background-color: FF9933;  
	color: 000000;
}
