.organization A:link {text-decoration: none; color:#0000A0;}
.organization A:visited {text-decoration: none; color:#0000A0;}
.organization A:active {text-decoration: none; color:#0000A0;}
.organization A:hover {text-decoration: none; color:#F00;}

td {
        font-family:Verdana, Geneva, sans-serif;
        font-size:13px;
}

h3.organizationtitle {
        font-size:18px; 
        font-weight:bold;
}

.personnelname {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#000000;
}

.personneltitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#804000;
}

h2 {
        font-size:14px;
        font-weight:bold;
        color:#000000;
}

.header {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold
}
	

table.personnel {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
}
table.personnel th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.personnel td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

.education {
        font-weight:bold;
        color:#ffffff;
        background-color:#804000;    
}