/* CSS Document */

a {  color: #FFFFFF; text-decoration:none}
         
         a.hot:link                       	 {color: #FFFFFF; text-decoration: none}
		 a.hot:visited                       {color: #FFFFFF; text-decoration: none}
         a.hot:hover                         {color: #F0B310; text-decoration: none}

		 a.click:link                        {color: #002D47; text-decoration: underline}
		 a.click:visited                     {color: #002D47; text-decoration: none}
         a.click:hover                       {color: #000000; text-decoration: none}


ul li 
{
   list-style:circle;
   color: #5C798A;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}


.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5C798A;
	line-height: 22px;
	font-weight: bold;
}

.boldbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	text-align: justify;
}

.chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	text-align: left;
}

.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #002D47;
	line-height: 22px;
	font-weight: bold;
}

.heading {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 24px;
	color: #002D47;
	line-height: 24px;
	font-weight: bold;
}

.heading2 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 30px;
	color: #002D47;
	line-height: 30px;
	font-weight: regular;
}

.heading3 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
}

.boldinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0B310;
	line-height: 10px;
	font-weight: bold;
}