/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-image:url(images/background.gif);
    margin:0pt 0pt 0pt 0pt;    
}

.NORMAL
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;	
}

.TITLE
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000000;	
}

.HEADER
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	color:#800000;	
}

.BODYLINK
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#4B56C3;
	text-decoration:none;
}

.BODYLINK:Hover
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#30398A;
	text-decoration:underline;
}

.FOOTERLINK
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#4B56C3;
	text-decoration:none;
}

.FOOTERLINK:Hover
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#30398A;
	text-decoration:underline;
}

.HEADERLINK
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#30398A;
}

.HEADERLINK:Hover
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#30398A;
}

.LABEL
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#808080;
	text-decoration:none;
}

.TINYLINK
{
	font-family:Verdana, helvetica, Sans-Serif;
	font-size:.000001em;
	color:#ffffff;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}