/* CSS Document */

/* General tags */
body, td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;	
}

small {font-size:80%; }
big   {font-size:120%; }

a:link    {
	color: #CC0000;
	text-decoration: none
}
a:visited { color: #CC0000; text-decoration: underline}
a:active  {
	color: #CC0033;
	text-decoration: none
}
a:hover   {
	color: #0000FF;
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: none
}
a.footer:visited { font-size: 12px; font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; line-height: 17px ; text-decoration: none }
a.footer:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: underline
}
a.footer:active { font-size: 12px; font-weight: bold; color: #0000FF; 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: 11px;
	color:#333333;
	font-weight: normal;
	padding-left: 2px;
		}
.text_body_small
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#666666;
		font-weight: bold;
		padding-left: 2px;
		}
.text_body_bold
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#666666;
		font-weight: bold;
		}
.text_body_large
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#666666;
		font-weight: normal;
		}
.text_body_about
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#666666;
		font-weight: normal;
		}
.text_white_large
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.text_white_11
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: normal;
	padding-left: 2px;
		}
.live1
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#000000;
		font-weight: normal;
		}
.live2
        {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#ffffff;
		font-weight: normal;
		}

.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
        }
.title{
	font-size:1.2em;
	font-weight:bold;
}
.subtitle{
	font-size:1em;
	font-weight:bold;
}
.quote{
	font-size:1.2em;
	color:#b09539;
	font-weight:bold;
}
