/*
 ----------------------------------------------------------------------------------------------------
 --                                                                                                --
 -- GENERIC TAG STYLES                                                                             --
 --                                                                                                --
 ----------------------------------------------------------------------------------------------------
*/


.runningText
{
	width                       : 100%;
	color: 002d62;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: justify;
}

.PageHead
{
	font-family                 : Verdana, Arial, Helvetica, sans-serif;
	font-size                   : 36px;
	color                       : 8cc741;
	font-weight                 : normal;
	text-align                  : left;
}


.subheadline
{
	font-family                 : Verdana, Arial, Helvetica, sans-serif;
	font-size                   : 13px;
	color                       : 8cc741;
	font-weight                 : bold;
	text-align                  : left;
	line-height: 18px;
}

.copy
{
 font-family                 : Verdana, Arial, Helvetica, sans-serif;
 font-size                   : 11px;
 color                       : #FFFFFF;
 text-align                  : left;
 line-height                 : 18px;
}



.emailLink
{
	text-decoration             : none;
	font-size                   : 12px;
	color                       : #002d62;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emailLink:hover
{
 color                       : #8CC640; 
}



.ftlink
{
	text-decoration             : none;
	font-size                   : 10.5px;
	color                       : #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ftlink:hover
{
 color                       : #1D305F; 
}


.linkcolor
{
	text-decoration             : none;
	font-size                   : 12px;
	color                       : #8CC640;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkcolor:hover
{
 color                       : #1D305F; 
}
