@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img
{  border-style: none;
}
.icons {
color: #716F6D;
font-family: Helvetica, sans-serif;
font-size: 18px;
}

.iconslist {
color: #333333;
font-family: Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.newsletter {
color: #333333;
font-family: Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.text {
color: #000000;
font-family: Arial;
font-size: 14pt;
font-weight: bold;
}

.text1 {
color: #000000;
font-family: Arial;
font-size: 14px;
font-weight: bold;
}

H1 {
color: #333333;
font-family: Arial;
font-size: 20px;
font-weight: bold;
}

H2 {
color: #333333;
font-family: Arial;
font-size: 16px;
font-weight: bold;
}

p,ul,ol,li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #FF6B1B;
	font-size: 14px;
}

A:link.topmenu	{color: #4C4C4E; font-family: Arial; font-weight: bold;  text-decoration: None; font-size: 12px; LINE-HEIGHT: normal;}
	A:visited.topmenu {color: #4C4C4E; font-family: Arial; font-weight: bold; text-decoration: None; font-size: 12px; LINE-HEIGHT: normal;}
	A:active.topmenu  {color: #4C4C4E; font-family: Arial; font-weight: bold;  text-decoration: None; font-size: 12px; LINE-HEIGHT: normal;}
	A:hover.topmenu   {color: #ffffff; font-family: Arial; font-weight: bold;  text-decoration: None; font-size: 12px; LINE-HEIGHT: normal;}
	
.TopMenu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #999999;
}
.TopMenuActive {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	background-color: #FFFFFF;
}
.TopText {
	font-family: Arial, Helvetica, sans-serif;
	color: #7C3A3C; /*#7A3A3C;*/ 
	font-size: 24px;
	font-weight: bold;
}
.TopText2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7C3A3C;
	font-size: 18px;
	text-decoration: none;
}
#TopMenuTable
{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	padding:15px;
	text-align: center;
	background: #999999;
	height: 30px;
}
#TopMenuTable a
{
    text-decoration: none;	
	color: #FFFFFF;
}
#TopMenuTable a:hover
{
	font-weight: bold;
	/*text-decoration: underline;*/
}
#TopMenuTable td
{
	border-left: 1px solid #FFFFFF;
}
#TopMenuTable td.lastcell
{
	border-right: 1px solid #FFFFFF;
}
#BottomMenuTable
{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	padding:15px;
	text-align: center;
	background: #999999;
	height: 30px;
}
#BottomMenuTable p
{
    text-decoration: none;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}
#BottomMenuTable a
{
    text-decoration: none;	
	color: #FFFFFF;
}
#BottomMenuTable a:hover
{
font-weight: bold; 
/* text-decoration: underline;*/
}
#BottomMenuTable td
{
	border-left: 1px solid #FFFFFF;
}
#BottomMenuTable td.lastcell
{
	border-right: 1px solid #FFFFFF;
}
#ReportsMenuTable
{
	border-width:thin;
	padding: 3px;
	/*cellspacing: 0;*/	
	width: 85%;
	border-color:#111111;
	/*bordercolorlight: #C0C0C0;
	bordercolordark: #C0C0C0;*/

	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	padding:15px;
	background: #E4E4E4;
	height: 30px;
}
#ReportsMenuTable p
{
    text-decoration: none;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}
#ReportsMenuTable a
{
/*    text-decoration: none;	*/
	color: #FF6B1B;
}
#ReportsMenuTable a:hover
{
font-weight: bold; 
text-decoration: underline;
}
#ReportsMenuTable td.headercell
{
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	/*width="25%" bgcolor="#FFC30D" class="text1" */
	background-color:#FFC30D;
}

