.highlight{
margin-top: 10px;
margin-right:14px;text-align: justify;
padding: 4px;
border: 1px solid #2f4252;
font-size: 10px;
background-color: #eab700;
color: #2f4252;
}

/* CSS Document */
body, html, form{
height: 100%;
}
body{
 margin: 0px;
 width: 100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 }
h1{
font-size: 14px; 
font-weight: bold;
}
 html, body{
 background-color: #415c73;
 }
 td{
  font-size:12px;
  color: #415c73;
 }
 a:link, a:visited{
  text-decoration: none;
  color: #415c73;
 }
 a:hover, a:active{
  text-decoration: underline;
  color: #415c73;
 }
 td.main{
 background-color:#d9e2ea;
 }
 a.menu:link, a.menu:visited{
 text-decoration: none;
  color: #415c73;
  font-size:11px;
 }
 a.menu:hover, a.menu:active{
 text-decoration:underline;
 color: #415c73;
   font-size:11px;
 }
 .FormHeaderText{
 font-size:12px;
 font-weight:700;
 border-bottom: solid #415c73 1px;
 }
.RadEContent,  .RadEContentBordered{
background-color:#d9e2ea;
  font-size:12px;
  color: #415c73;
}
.menunormal
{
background-color: #bdccd9;
border: 1px solid #415c73;
}
.menuhighlight
{
background-color: #d9e2ea; border: 1px solid #415c73;
}
.menunormal td a:link, .menunormal td a:visited, .menuhighlight td a:link, .menuhighlight td a:visited{
font-weight: 700;
color: #415c73;
}
table.menu_table{
	border-collapse: collapse;
	border: solid 1px #415c73;
}
.menu_bg{
	background-image: url(/images/nav_bg.gif);
}