/* Default CSS Stylesheet for a new Web Application project */


.Heading
{
	font-family:Verdana;
	font-size: 13pt;
	color: #B34F00;
	font-weight: bold;
	text-transform: uppercase;

}
.Heading2
{
	font-family:Verdana;
	font-size: 13pt;
	color: #515911;
	font-weight: bold;
	text-transform: uppercase;

}
BODY
{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

P
{
	font-family: Verdana;
	font-size: 10pt;
}

TD
{
	font-family: Verdana;
	font-size: 10pt;
}

.NavLinks
{
	font-family: Verdana;
	font-size: 10pt;
	line-height: 150%;
	text-decoration: none;
	color: Black;
		
}
.Affiliates
{
	font-family: Verdana;
	font-size: 10pt;
}
.AffiliateLinks
{
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: "#515911"
}
.PageTitle
{
	font-family: Verdana;
	font-size: 18pt;
	color:"#515911";
	font-weight: bold;
	
}
.TitleText
{
	font-family: Verdana;
	font-size: 13pt;
	color: #B34F00;
	font-weight: bold;
}
.BioTitle
{
	font-family: Verdana;
	font-size: 14pt;
	color: #515911;
	font-weight: bold;
}
.BioHeading
{
	font-family: Verdana;
	font-size: 13pt;
	color: #B34F00;
}
.SmallText
{
	font-family: Verdana;
	font-size: 7pt;
	color: #B34F00;
	font-weight: bold;
	text-decoration: none;
}
