H1 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	font-weight: bold;
	color: #CCFE68;
	font-size: 22pt;
}

H2 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	font-weight: bold;
	color: #990167;
	font-size: 18pt;
}

DIV 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #CCFE68;
	font-size: 12pt;
}

SPAN 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	font-weight: bold;
	color: #990167;
	font-size: 11pt;
}

P 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
}

SMALL 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #000000;
	font-size: 12pt;
}

SMALL.WHITE 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

SMALL.RED 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #990167;
	font-size: 10pt;
}

SMALL.SAMPLES
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #000000;
	font-size: 10pt;
}

SMALL.COMMENT 
{ 
        font-family: "Franklin Gothic Medium", sans-serif;
	color: #CC0000;
	font-size: 12pt;
}

A.MENU:link 
{
        color: #FFFFFF;
        background-color: transparent;
}
A.MENU:visited 
{
        color: #FFFFFF;
        background-color: transparent;
       }
A.MENU:active 
{
        color: #CCFE68;
        background-color: transparent;
}
A.MENU:hover 
{
        color: #CCFE68;
        text-decoration: underline;
        background-color: transparent;
}

A:link 
{
        color: #990167;
        background-color: transparent;
}
A:visited 
{
        color: #990167;
        background-color: transparent;
       }
A:active 
{
        color: #69669A;
        background-color: transparent;
}
A:hover 
{
        color: #69669A;
        text-decoration: underline;
        background-color: transparent;
}

