/* CSS Document */

/* General tags */

small {font-size:80%; }
big   {font-size:120%; }

a:link    { color: #FFFFFF; text-decoration: none}
a:visited { color: #FFFFFF; text-decoration: none}
a:active  { color: #996699; text-decoration: none}
a:hover   {
	color: #0099FF;
	text-decoration: underline
}

a.main:link    {color: #333333;	text-decoration: none}
a.main:visited {color: #333333;	text-decoration: underline}
a.main:active  { color: #996699; text-decoration: none}
a.main:hover   {color: #000000;	text-decoration: underline}

a.footer:link { font-size: 12px; font-weight: bold; color: #0E3293; font-family: Arial, Helvetica, sans-serif; line-height: 17px ; text-decoration: none }
a.footer:visited { font-size: 12px; font-weight: bold; color: #0E3293; font-family: Arial, Helvetica, sans-serif; line-height: 17px ; text-decoration: none }
a.footer:hover { font-size: 12px; font-weight: bold; color: #FD1813; font-family: Arial, Helvetica, sans-serif; line-height: 17px ; text-decoration: underline}
a.footer:active { font-size: 12px; font-weight: bold; color: #FD1813; font-family: Arial, Helvetica, sans-serif; line-height: 17px ; text-decoration: underline }

.footer { font-size: 12px; font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; text-decoration: none }


.text_body
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	font-weight: normal;
	padding-left: 2px;
		}
.text_body_small
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
		color:#666666;
		font-weight: bold;
		padding-left: 2px;
		}
.text_body_bold
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		color:#666666;
		font-weight: bold;
		}
.text_body_large
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
	font-weight: normal;
		}
.text_body_about
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color:#666666;
		font-weight: normal;
		}
.text_scroll
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		color:#333333;
		font-weight: normal;
		padding-left: 10px;
		}
.text_white_large
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.text_white
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.text_white_sm
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.text_white_small
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.text_white_vsmall
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.text_yellow
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#CCFF00;
	font-weight: normal;
	padding-left: 2px;
		}
.text_yellow_sm
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#CCFF00;
	font-weight: normal;
	padding-left: 2px;
		}
.text_blue
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#0099FF;
	font-weight: normal;
	padding-left: 2px;
		}
.thispage_blue
        {
	color:#0099FF;
		}
.text_fields 
        {
	    font-family: Arial, Helvetica, sans-serif;
	    color: #666666;
	    border: 1px solid #E0DBC7;
	    background-color: #FFFFFF;	
        }
.text_footer
        {
		font-family: Arial, Helvetica, sans-serif;
		color:#666666;
		font-weight: bold;
		}
.link_body
		{
		font-family: Arial, Helvetica, sans-serif;
		color:#CC0000;
		text-decoration : underline;
		font-weight: normal
		}
a.link_body:visited
		{
		font-family: Arial, Helvetica, sans-serif;
		color:#CC0000;
		text-decoration : underline;
		font-weight: normal
		}
a.link_body:hover
		{
		font-family: Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration : underline;
		font-weight: normal
		}
a.link_body:active
		{
		font-family: Arial, Helvetica, sans-serif;
		color:#CC0000;
		text-decoration : underline;
		font-weight: normal
        }
