
td
{
	font-family: Verdana, Arial;
	
}

.title
{
	font-family: Garamond, Verdana, Arial;
	font-size: medium;
}
.subtitle
{
	font-family: Garamond, Verdana, Arial;
	font-size: 170%;
	color: 5A5A5A;
	font-weight: bold;
	padding: 10;
}
	
.nav
{
	font-family: Arial;
	font-size: xx-small;
	text-decoration: none;
	color: 142B60;
}
.nav:hover
{	
	text-decoration: underline;
}

.footer
{
	font-family: Arial;
	font-size: xx-small;
	color: FFFFFF;
}

.content
{
	text-align:justify;
	color:#777777;
	font-size: 80%;
	line-height: 1.5em;
	padding-right: 10;
}
.contentAlt
{
	text-align:justify;
	color:#777777;
	font-size: 80%;
	line-height: 1.5em;
	background-color: #EDF0F1;
	padding-right: 10;
}

