body{
   margin: 0;
   padding: 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #034380; 
}
td{
   margin: 0;
   padding: 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #034380;
}

.menu_link:link{
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
   color: #ffffff;
   text-transform:uppercase;
}
.menu_link:visited{
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
   color: #ffffff;
   text-transform:uppercase;
}
.menu_link:hover{
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
   color: #ffffff;
   text-transform:uppercase;
}
.menu_button{
	background-color:#034380;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	cursor:hand;
}

input,textarea {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
padding:1px;
background-color:#EAF2F0;
border:1px solid black;

}
a:visited {
    text-decoration:underline;
    color: #034380
}
a:link {
    text-decoration:underline;
    color: #034380;
}
a:hover {
    text-decoration:none;
    color: #034380;
}
.b_menu:visited{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.b_menu:link{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.b_menu:hover{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

.cat_sub_menu{
	font-weight:bold;
}

