body, html{
padding-left: 20px;
padding-right: 20px;
padding-top:10px;
padding-bottom:10px;
margin: 0px;	
} 

body, br, p {
padding : 0px;
margin: 0px;
color: #939393;
font-family: Trebuchet MS;
font-size: 12px;
background-color: #ffffff;
} 

table.tableGray{
border: solid 1px #cccccc;
}

table.data {
border-collapse: collapse;

}

.data td, .data th {
 	border: 1px solid #ccc;
}


a, a:link, a:visited{
color: #000;
font-family: Trebuchet MS;
font-size: 11px;
font-weight:normal;
text-decoration:none;
}

a:hover{
color: #000;
font-family: Trebuchet MS;
font-size: 11px;
font-weight:normal;
text-decoration:underline;
}



h3{
padding: 0px;
margin: 0px;
color: #333333;
font-family: Verdana, Tahoma;
font-size: 16px;
font-weight:normal;
margin-left:15px;
}

h4{
padding: 0px;
margin: 0px;
color: #0066cc;
font-family: Verdana, Tahoma;
font-size: 15px;
font-weight:normal;
margin-left:15px;
}



.submenu{
background: transparent url(img/arrow_blue.gif) left no-repeat;
color: #939393;
font-family: Tahoma, Verdana;
font-size: 12px;
text-decoration:none;
font-weight:normal;
padding-left:10px;
line-height:1.3;

}

a.submenu, a.submenu:link, a.submenu:visited{
background: transparent url(img/arrow_blue.gif) left no-repeat;
color: #939393;
font-family:  Tahoma, Verdana;
font-size: 12px;
text-decoration:none;
font-weight:normal;
padding-left:10px;
line-height:1.3;
}

a.submenu:hover{
background: transparent url(img/arrow_blue.gif) left no-repeat;
color: #939393;
font-family:  Tahoma, Verdana;
font-size: 12px;
text-decoration:underline;
font-weight:normal;
padding-left:10px;
line-height:1.3;
}

.submenu_active{
background: transparent url(img/arrow_blue.gif) left no-repeat;
color: #669999;
font-family:  Tahoma, Verdana;
font-size: 12px;
text-decoration:none;
font-weight:normal;
padding-left:10px;
line-height:1.3;

}

a.submenu_active, a.submenu_active:link, a.submenu_active:visited{
background: transparent url(img/arrow_blue.gif) left no-repeat;
color: #669999;
font-family:  Tahoma, Verdana;
font-size: 12px;
text-decoration:underline;
font-weight:normal;
padding-left:10px;
line-height:1.3;
}

a.submenu_active:hover{
background: transparent url(img/arrow_blue.gif) left no-repeat;
color: #669999;
font-family: Tahoma, Verdana;
font-size: 12px;
text-decoration:none;
font-weight:normal;
padding-left:10px;
line-height:1.3;
}

.copyright{
color: #939393;
font-family: Trebuchet MS;
font-size: 10px;
text-decoration:none;
font-weight:normal;
}

a.copyright, a.copyright:link, a.copyright:visited{
color: #939393;
font-family: Trebuchet MS;
font-size: 10px;
text-decoration:underline;
font-weight:normal;
}

a.copyright:hover{
color: #939393;
font-family: Trebuchet MS;
font-size: 10px;
text-decoration:none;
font-weight:normal;
}

td.menu{
	height: 25px;
	background-image: url(/images/bg_menu_n.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #353233;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}
td.menu a, td.menu a:link, td.menu a:hover, td.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #353233;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

td.menu_o{
	height: 25px;
	background-image: url(/images/bg_menu_o.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #DCDCDC;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}
td.menu_o a, td.menu_o a:link, td.menu_o a:hover, td.menu_o a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

td.menu_s{
	height: 25px;
	background-image: url(/images/bg_menu_s.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #DCDCDC;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}