/* BASIC */

	.homenav
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #007F00;
	line-height : 15px;
	font-weight : bold;
	}

	.homeheader
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 14px;
	color : #006600;
	line-height : 15px;
	font-weight : bold;
	}

	.hometext
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #333333;
	line-height : 15px;
	}

	.hometestitext
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #443927;
	line-height : 15px;
	}

	.homebottomnav
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #333333;
	line-height : 15px;
	padding-left: 27px;
	}
	
	.homecopyright 
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 9px;
	color : #000000;
	padding-top: 3px;
	padding-left: 27px;
	}
	
	.copyright
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 9px;
	color : #ffffff;
	line-height : 10px;
	}
	
	.text
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #333333;
	line-height : 15px;
	}

	.header
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 16px;
	color : #006600;
	line-height : 15px;
	font-weight : bold;
	}

	.header2
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #006600;
	line-height : 15px;
	font-weight : bold;
	}
	
	
/* CUSTOM LINKS */

	.homenav A
	{
	color: #FFFFFF;
	font-weight : bold;
    text-decoration: none;
	}

	.homenav A:hover
	{
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: underline;
	}

	.homebottomnav A
	{
	color: #333333;
	font-weight : bold;
    text-decoration: none;
	}

	.homebottomnav A:hover
	{
	color: #333333;
	font-weight : bold;
	text-decoration: underline;
	}

	.hometext A
	{
	color: #006600;
    text-decoration: underline;
	}

	.hometext A:hover
	{
	color: #006600;
	text-decoration: none;
	}

	.text A
	{
	color: #006600;
    text-decoration: underline;
	}

	.text A:hover
	{
	color: #006600;
	text-decoration: none;
	}

/* DEFAULT LINKS */

	A
	{
	color: #006600;
    text-decoration: underline;
	}

	A:hover
	{
	color: #006600;
	text-decoration: none;
	}

