/* 
 * ========================================
 * Top table properties 
 * ========================================
*/

.top_table {
	width:100%;
	text-align:center;
}

.top_table_head {
	font-weight:bold;
	padding-bottom:6px;
}
.top_table_head_name {
	font-weight:bold;
	padding-bottom:6px;
	text-align:left;
}

.top_link:link, .top_link:visited {
	text-decoration:none;
}

.top_link:hover, .top_link:active {
	text-decoration:underline;
}

.top_string {
	padding-bottom:6px;
}
.top_string_name {
	text-align:left;
	padding-bottom:6px;
}