/* BASIC */

	.homenav
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #993300;
	line-height : 15px;
	font-weight : bold;
	}

	.homeheader
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 14px;
	color : #663399;
	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 : #4B4234;
	line-height : 15px;
	}

	.homebottomnav
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #333333;
	line-height : 15px;
	}

	.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 : #663399;
	line-height : 15px;
	font-weight : bold;
	}

	.header2
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 12px;
	color : #990000;
	line-height : 15px;
	font-weight : bold;
	}
	

/* CUSTOM LINKS */

	.subcopyright
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 11px;
	color: #FFFFFF;
    text-decoration: none;
	}

	.subcopyright A
	{
	font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 11px;
	color: #FFFFFF;
	font-weight : bold;
    text-decoration: underline;
	}

	.subcopyright A:hover
	{
	color: #FFFFFF;
    font-family : Verdana, Arial, Geneva, Helvetica;
	font-size : 11px;
	font-weight : bold;
	text-decoration: underline;
	}

	.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: #990000;
    text-decoration: underline;
	}

	.hometext A:hover
	{
	color: #990000;
	text-decoration: none;
	}
	
	.text A
	{
	color: #990000;
    text-decoration: underline;
	}

	.text A:hover
	{
	color: #990000;
	text-decoration: none;
	}
	

/* DEFAULT LINKS */
	
	A
	{
	color: #990000;
    text-decoration: underline;
	}

	A:hover
	{
	color: #990000;
	text-decoration: none;
	}

