<!--

.mainArea td {
font-size: 8pt;
}

#listing, #group { 
	font-family: Verdana; 
	font-size:8pt;
}

#listing a, #listing a:hover { 
font-size:8pt;
}

#listing h1, #profile h1, #group h1 { 
	color:#D69B0C; 
	text-align:center;
	font-size:16pt;
	margin-bottom:5px;
}

#listing_group { 
	border-top: 1px solid #76b3e4;
	margin-bottom: 10px;
}

#listing_item { 
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #CDCDD1;
	height: 10px;
}

#listing_item :hover { 
display:table;
background-color:#F6F6F6;
}

#col1 { 
	width:150px;
	overflow: auto;
	float:left;
	padding-right:10px;
}

#col2 { 
	width:150px;
	overflow: auto;
	float:left;
	padding-right:10px;
}

#col3 { 
	width:250px;
	overflow: auto;
	float:left;
	padding-right:10px;
}
#col4 { 
	text-align:right;
	overflow: auto;
	width: 65px;
	padding-right:10px;
}

p.a_z {
	text-align:center;
	margin:5px;
}

a.alpha {
	font-size: 18pt ! important;
	color: #000000;
}

#profile { 
	font-family: Verdana; 
	margin:10px;
	font-size:10pt;
}
#profile a {
	font-size:10pt;
}

#profile h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.goback {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

.goback a, .goback a:hover {
font-size:10pt;
}
-->