	/*   GENERAL CSS DEFINITIONS   */

BODY, TD
{ 
	background-color:				#FFFFFF;
	color:						#000000;
	font-family:					Gill Sans, Arial, sans-serif;
	font-weight:					normal;
	font-size:					13px;
	margin:					0px;
}

TD.navcell
{
	padding:					20px;
}

P
{
	text-align:					justify;
	line-height:					20px;
	margin-bottom:				30px;
}

UL
{
	text-align:					justify;
	line-height:					20px;
	margin-bottom:				30px;
}

H2
{
	font-size:					24px;
	margin-top:					0px;
	margin-bottom:				0px;
	color:						#7F7F7F;
	font-style:					italic;
}

H3
{
	font-size:					16px;
	margin-top:					20px;
	margin-bottom:				5px;
	color:						#999999;
}

A
{
	text-decoration:				none;
}

A:link, A:visited, A:active
{
	color:						#888888;
}

A:hover, A:focus
{
	color:						#000000;
}

TD.body A:link, TD.body A:visited, TD.body A:active, TD.sidebar A:link, TD.sidebar A:visited, TD.sidebar A:active
{
	color:						#0073AE;
}

TD.body A:hover, TD.body A:focus, TD.sidebar A:hover, TD.sidebar A:focus
{
	color:						#00437E;
}

TD.body
{
	vertical-align:				top;
	width:						530;
}

TD.sidebar
{
	vertical-align:				top;
	align:						center;
	width:						200;
	padding-top:				41px;
}

TD.gap
{
	vertical-align:				top;
	width:						40;
}