/* All text styles used throughout the site */

body
{
	background-color:#000000;
	background-image:url(../images/blackgrayBackground.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

img
{
	border: 0;
}

.bodyText
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1.5px;
	line-height:18px;
	color:#edff82;
}

	.bodyText a:link { text-decoration: none; color: #edff82; }
	.bodyText a:visited { text-decoration: none; color: #edff82; }
	.bodyText a:hover { text-decoration: none; color: #ffffff; }
	
.titleText
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:5px;
	color:#edff82;
}

.smallTitle
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	letter-spacing:2px;
	color:#edff82;
}

.listedLinks
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	line-height:26px;
	color:#ffffff;
	opacity:.85; MozOpacity:.85; filter:alpha(opacity=85);
}

	.listedLinks a:link { text-decoration: none; color:#ffffff; opacity:.5; MozOpacity:.5; filter:alpha(opacity=50); }
	.listedLinks a:visited { text-decoration: none; color:#ffffff; opacity:.5; MozOpacity:.5; filter:alpha(opacity=50); }
	.listedLinks a:hover { text-decoration: none; color:#ffffff; opacity:1; MozOpacity:1; filter:alpha(opacity=100); }
	
.lifeGroupInfo
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1.5px;
	line-height:18px;
	color:#cccccc;
}
