body {

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #333333;

	font-size: 11px;

}

.mainText {

	font-size: 11px;

}

.subText {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;

}

.subText:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

}

.subText:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

}

.subText:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

}

a:link {
	color: #999999;
	text-decoration: none;

}

a:hover {
	color: #999999;
	text-decoration: none;

}

a:visited {
	color: #003399;
	text-decoration: none;

}

.tipBakground {

	padding: 5px;

}

.bioContent {

	background-image: url(images/bioBack.jpg);

	background-repeat: repeat-y;

	padding-bottom: 5px;

	padding-left: 5px;

	padding-right: 5px;

	padding-top: 5px;

}

