/***
Font (and text align) definition of elements.
***/

body
{
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
}

body div#ContentWrapper
{
	text-align: left;
}

body p, body li
{
	font-size: 0.85em;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.Row
{
	font-size: 0.85em;
}

/* Main Page */

	body.Main div#Content
	{
		font-size: 0.9em;
	}
	
/* End Main Page*/

/* Content Page */

	body.Page div#BreadCrumb
	{
		font-size: 0.85em;
	}
	
	body.Page div#BreadCrumb a
	{
		text-decoration: none;
	}
	
	body.Page div#BreadCrumb a:hover
	{
		text-decoration: underline;
	}
	
	body.Page div#PageContent h1
	{
		font-family: Century Gothic, Arial, Sans-Serif;
		font-size: 1.3em;
		font-weight: normal;
	}
	
	body.Page div#PageContent h2
	{
		font-size: 1.1em;
	}
	
	body.Page div#PageContent dd
	{
		font-size: 0.85em;
	}
	
	body.Page div#PageContent table
	{
		font-size: 0.85em;
	}
	
	body.Page div#PageContent li p
	{
		font-size: 1em;
	}
	
	/* Bio Page */
		body.Page ul.Bio
		{
			font-size: 0.85em;
		}
	
		body.Page ul.Bio li
		{
			font-size: 1em;
		}
		
		body.Page ul.Bio li h3
		{
			text-decoration: underline;
		}
	
	/* End Bio Page */