.PageTitle {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: large;
	color: #006D9D;
}
.SubTitle {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: medium;
	color: #006D9D;
	font-weight:bold;
}
.body {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: small;
	color: #006D9D;
	background-repeat:repeat;
	background-position:right;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(images/background.gif);
}
.bodyBold {
	font-weight:bold;
	}
	
.background{
	background-image:url(images/background.gif);
	background-repeat:repeat;
	background-position:center;
	background-attachment: fixed;
}
	
.FooterText {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: x-small;
	font-weight: bold;
	color: #F1AC1D;
}
.a:link {
	color: F1AC1D;
	text-decoration:underline;
	font-weight:900;
	}
	
.a:visited {
	color:#000000;
	text-decortation: underline;
	}
	
.a:hover {
	color:#000000;
	text-decoration:underline;
	}
.PublicationTitle {
	font-style:italic;
	text-transform:capitalize;
	font-weight:bold;
	}
	
.bioPhoto {
	float:left;
	margin: 5px;
	}
	
.bodyPadding{
	padding-bottom: 3px;
	}
