/* CSS Document */
.body{
font-family:Tahoma;
color:#000099;
font-size:14px;
}
.td {border-left:thin;
}
.caption{
text-align:center;
font-family:Tahoma;
font-size:20px;
color: #000066;
font-weight:bold;

}
.h1{
text-align:center;
}
#header {
	float:none;
	font-size:93%;
	line-height:normal;
	width: 100%;
	height: 20px;
	background: none;
	vertical-align: super;

    }
#header ul {
	margin:0;
	padding:13px 0px 0px;
	padding-left:0px;
	padding-bottom:27px;
	list-style:none;

    }
  #header li {
    float:left;
    background: url(images/norm_left.gif)
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
 #header a {
   float:left;
    display:block;
    background: url(images/norm_right.gif)
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;


    }

#header a:hover {
color:#990000;
}
#header #current {
    background-image: url(images/norm_left_on.gif);
    }
  #header #current a {
  	background-image: url(images/norm_right_on.gif);
    padding-bottom:5px;
	color:#FFFFFF;

    }
 #header a, #header strong, #header span {
    display:block;
    background: url(images/norm_right.gif)
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }
 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
