/* CSS Document */
body
{
	background: url("../images/bg.gif");
	margin-top: 0px;
}

.type
{
	font-family: arial, sans-serif; 
	color: #000; 
	font-size: 12px;
}

.navType
{
	font-family: Tahoma, Arial; 
	color: #000; 
	font-size: 12px;
}

.navHome
{
	font-family: Tahoma, Arial; 
	font-size: 13px;
	font-weight: bold;
	color: #91c230;
}

.smallType
{
	font-family: arial, sans-serif; 
	color: #000; 
	font-size: 10px;
}

.title
{
	font-family: arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000000;
}

.footer
{
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #000;
}

a:link
{
	color: #91c230;
}

a:active
{
	color: #91c230;
}

a:visited
{
	color: #91c230;
}

a:hover
{
	color: #e7852c;
}

.navType a:link
{
	color: #000;
	text-decoration: none;
}

.navType a:active
{
	color: #000;
	text-decoration: none;
}

.navType a:visited
{
	color: #000;
	text-decoration: none;
}

.navType a:hover
{
	color: #000;
	text-decoration: none;
}

.navHome a:link
{
	color: #91c230;
	text-decoration: none;
}

.navHome a:active
{
	color: #91c230;
	text-decoration: none;
}

.navHome a:visited
{
	color: #91c230;
	text-decoration: none;
}

.navHome a:hover
{
	color: #fff;
	text-decoration: none;
}