@charset "utf-8";
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	list-style-position: outside;
	white-space: normal;
	line-height: normal;
}
.bulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	white-space: normal;
	line-height: normal;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	white-space: normal;
	padding: 2px;
	color: #666666;
	line-height: normal;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	list-style-position: outside;
	white-space: normal;
	padding: 0px;
	color: #666666;
	line-height: normal;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	white-space: normal;
	color: #FFFFFF;
	line-height: normal;
	padding: 0px;
}
.navText a:hover{
	text-transform: underline;
	color: #B3C890;
}
#bulletList {
	padding-left:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	white-space: normal;
	line-height: normal;
}

a:link.login		{text-decoration:none;color:#666666;}
a:visited.login	{text-decoration:none;color:#666666;}
a:hover.login		{text-decoration:underline;color:#000000;}

a:link.menu		{text-decoration:none;color:#FFFFFF;}
a:visited.menu	{text-decoration:none;color:#FFFFFF;}
a:hover.menu		{text-decoration:underline;color:#666666;}

.white {color:white;}
