/*  Family Web Site Style Sheet */

BODY
	{
	background-color: 	#EEEEEE;
	color			:	#000000;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	}
	
#container	{width : 800px;padding : 0; margin : 0 auto; }	

P	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	color			:	#000000;
	background-color: 	#EEEEEE;
	font-weight		:	normal;
	margin-left		:	25pt;
	margin-right		:	25pt;
	}

B	{
	color			:	#000000;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-weight		:	bold; 
	font-size		:	10pt;	
	}

A:link
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	color			:	#001C4D;
	font-style		:	normal;
	}
	
A:link.yellow
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	9pt;
	color			:	#FFFFCC;
	font-style		:	normal;
	}	

A:visited
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	color			:	#FF0000;
	font-style		:	normal;
	}

A:visited.yellow
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	9pt;
	color			:	#FFFFCC;
	font-style		:	normal;
	}


H1	{
	font-size		:	26pt;
	text-align		:	center;
	color			:	#000000;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;

	}

H2	{
	font-size		:	20pt;
	text-align		:	center;
	color			:	#000000;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	}

H3	{
	font-size		:	16pt;
	text-align		:	center;
	color			:	#000000;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	}

H4	{
	font-size		:	10pt;
	text-align		:	center;
	color			:	red;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	}

H5	{
	font-size		:	10pt;
	text-align		:	center;
	color			:	black;
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	}


TD
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	color			:	#000000;
	}	

TD.small
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	9pt;
	color			:	#000000;
	}
	

TD.smallwhite
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	8pt;
	color			:	#FFFFFF;
	}

TD.italic
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	9pt;
	font-weight		:	normal;
	font-style		:	italic;
	text-align		:	left;
	color			:	#000000;
	}

TH
	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	font-weight		:	bold;
	text-align		:	center;
	color			:	#000000;
	}

.rh-sidebar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}

.lh-sidebar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
}

.top-sidebar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
ul
 	{
	font-family		:	"Century Gothic",Arial, Helvetica, sans-serif;
	font-size		:	10pt;
	color			:	#000000;
	text-indent		: 	100px;
	list-style-type	: 	disc;

	}
	
