/* CSS Document */

BODY {
	
	font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	background-image:url(shadow.jpg);
	background-repeat: no-repeat;
	background-color : #ffffff;
}

TD {
	
	font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	
}

A
{
    COLOR: #386AA5;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif;
    FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	text-decoration: underline
}


A:hover
{
    COLOR: #386AA5;
	text-decoration: none
}


.wht
{
    COLOR: #ffffff;
    FONT-FAMILY: verdana,arial,helvetica;
    FONT-SIZE: 11px;
	LINE-HEIGHT: 13px
}

.sm
{
    COLOR: #0000;
    FONT-FAMILY: verdana,arial,helvetica;
    FONT-SIZE: 10px;
	LINE-HEIGHT: 12px
}

A.footer
{
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif;
    FONT-SIZE: 10px;
	LINE-HEIGHT: 14px;
	text-decoration: none
}


A.footer:hover
{
    COLOR: #999999;
	text-decoration: underline
}

A.tx
{
    COLOR: #386AA5;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif;
    FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	text-decoration: underline
}


A.tx:hover
{
    COLOR: #386AA5;
	text-decoration: none
}

A.white
{
    COLOR: #ffffff;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif;
    FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	text-decoration: underline
}


A.white:hover
{
    COLOR: #ffffff;
	text-decoration: none
}

.hdr
{
    COLOR: #993300;
    FONT-FAMILY: verdana,arial,helvetica;
    FONT-SIZE: 22px;
	LINE-HEIGHT: 22px;
}

.shadow
{
border : 0;
background-image : url(shadow.gif);

} 