/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #AA9682;
	font-weight: bold 
}

.surnames {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #AA9682;
	font-weight: bold 
}

.menu {
	font-family: Verdana,Arial,Helvetica,san-serif;
	font-size: 10px;
	color:#F5C5C7;
	text-decoration: none;
}
.menu:link {text-decoration: none; color:#FFFFFF; font-size: 14pk;}
.menu:Visited {text-decoration: none; color:#FFFFFF;}
.menu:Active {text-decoration: none;}
.menu:Hover {text-decoration: none; color:#FFFFFF;}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE, A:VISITED {
	color : #000000;
}

.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #A0070C;
	font-weight: bold 
}

.title {
	font-family: Arial,Helvetica,san-serif;
	font-size: 19px;
	color: #AA9682;
	text-decoration: none;
	font-weight: bold 
}

/* header: Top Header  Added by Blake */
.headersmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8px;
	color: #FFFFFF;
}
