body { 
	background-color: #ffffff;
	color: #000000;
	font-size: 12px; 
	font-family: georgia, times; 
}

/* Links */

a:link {
	color: #004A8D;
	font-size: 12px;
	text-decoration: underline;
}

a:visited {
	color: #004A8D;
	font-size: 12px;
	text-decoration: underline;
}

a:active {
	color: #064F93;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #064F93;
	font-size: 12px;
	text-decoration: none;
}

/* main body copy */
.contentarea {
	color: #000000;
	font-size: 12px;
	font-family: georgia, times;
	text-align: justify;
}

/* content within tables */
.tablecontent {
	color: #000000;
	font-size: 11px;
	font-family: georgia, times;
	text-align: left;
}

/* profiles css */
.bioname {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.biotitle {
	color: #111333;
	font-size: 14px;
	font-style: italic;
}

.bionav {
	color: #111333;
	font-size: 10px;
}

.bionav:link, .bionav:visited {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

.bionav:active, .bionav:hover {
	color: #222444;
	font-size: 12px;
}

/* small text, copyrights, etc. */
.smallcontent {
	color: #333333;
	font-size: 10px;
}

.pulldown {
	color: #000000;
	font-size: 10px;
	padding: 0px;
}