/* CSS Document */


body,td,th {
	font-family: Arial;
	font-size: 13px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #681A33;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E1D37;
	font-weight: bold;
	font-size: 14px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E1D37;
	font-weight: bold;
	font-size: 13px;
	}	
a:link {
	color: #003366;
	font-family:  Arial, Helvetica, sans-serif;
}
a:visited {
	color: #3D5065;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #661932;
	font-family: Arial, Helvetica, sans-serif;
}


table.directory td {
	vertical-align:top;
	padding:3px;
	font-size:12px;
	background:#f7f7f7;
	border-bottom:1px solid #CCCCCC;
	}

table.directory tr {
	margin:8px 0;
	}

table.directory th {
	background:#651933;
	color:#f7f7f7;
	vertical-align:top;
	font-size:12px;
	text-align:left;
	padding:2px;
	padding-right:5px;
	}

.pagination {
	display:block;
	text-align:center;
	clear:both;
	margin:5px 0;
	}
	
.name {
	font-weight:bold;
	}

.searchform {
	float:left;
	margin-right:15px;
	}

.clearing {
	clear:both;
	}