BODY 	{
		Font-Family: "Times New Roman", "Serif";
		font-size: 12pt;
		background-color: efefef;
		color: 333333;
		}

.homedescription
	 	{
		Font-Family: "century gothic", "Helvetica", "Arial", "Sans-Serif";
		font-size: 10pt;
		padding-top: 5pt;
		padding-bottom: 10pt;
		padding-left: 10pt;
		padding-right: 10pt;
		background-color: ffffff;
		color: 333333;
		}

.text 	{
		Font-Family: "century gothic", "Helvetica", "Arial", "Sans-Serif";
		font-size: 12pt;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-top-style: solid;
		border-bottom-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
		border-top-color: #000000;
		border-bottom-color: #000000;
		background-color: FFFFFF;
		color: 333333;
		}
.text1 	{
		Font-Family: "century gothic", "Helvetica", "Arial", "Sans-Serif";
		font-size: 10pt;
		padding-top: 5pt;
		padding-bottom: 10pt;
		padding-left: 10pt;
		padding-right: 10pt;
		border-right-width: 0px;
		border-left-width: 0px;
		border-top-width: 0px;
		border-bottom-width: 0px;
		border-right-style: solid;
		border-left-style: solid;
		border-top-style: solid;
		border-bottom-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
		border-top-color: #000000;
		border-bottom-color: #000000;
		background-color: FFFFFF;
		color: 333333;
		}

H2	 	{
		color: CC0000;
		font-style: italic;
		}

.nav	{
		color: efefef;
		background-color: 666666;
		Font-Family: "Helvetica", "Arial", "Sans-Serif";
		font-weight: bold;
		padding-top: 7pt;
		padding-bottom: 7pt;
		font-size: 9pt;
		text-align: center;
		}

.foot	{
		color: 666666;
		background-color: efefef;
		Font-Family: "Helvetica", "Arial", "Sans-Serif";
		font-size: 9pt;
		font-weight: bold;
		text-align: center;
		padding-top: 10pt;
		padding-bottom: 10pt;
		}

A		{
		Text-decoration: underline;
		}

A:link {color: 0600FF}
A:Visited {color: 0600FF}
A:hover {Text-decoration: underline; color: 0600FF}

A.footlink:link {color: 666666}
A.footlink:Visited {color: 666666}
A.footlink:hover {Text-decoration: underline; color: 666666}

A.navlink:link {Text-decoration: none; color: efefef}
A.navlink:Visited {Text-decoration: none; color: efefef}
A.navlink:hover {Text-decoration: underline; color: efefef}


