body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3d3d3d;
}

.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.style2 {
	color: #007236;
	font-weight: bold;
}
a:link {
	color: #0B51BB;
}
a:visited {
	color: #0B51BB;
}
a:hover {
	color: #0B51BB;
}
a:active {
	color: #0B51BB;
}

th {
  font-weight: bold;
  color: #083D8D;
  text-align: center;
}

#flash {
  background: #fcfcee;
  border: #eee;
  padding: 6px 12px;
}

#flash ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.flash_item {
  padding: 6px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 0;
  font-weight: bold;
  color: #666;
}

#flash .notice {
  background-image: url('/images/icons/24-em-check.png');
}

#menu {
  list-style-type:none;
  padding:0;
  margin:0;
  overflow: hidden;
}
#menu li {
  margin:0;
  padding:0;
  display: inline;
  float:left;
}
#menu li.last {
  width: 94px;
}
#menu a {
  display: block;
  width: 96px;
  height: 41px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
#item_0 a { background-image: url(/images/menu_01.jpg); }
#item_0 a:hover,
#item_0.selected a { background-image: url(/images/menu_01on.jpg); }

#item_1 a { background-image: url(/images/menu_02.jpg); }
#item_1 a:hover,
#item_1.selected a { background-image: url(/images/menu_02on.jpg); }

#item_2 a { background-image: url(/images/menu_03.jpg); }
#item_2 a:hover,
#item_2.selected a { background-image: url(/images/menu_03on.jpg); }

#item_3 a { background-image: url(/images/menu_04.jpg); }
#item_3 a:hover,
#item_3.selected a { background-image: url(/images/menu_04on.jpg); }

#item_4 a { background-image: url(/images/menu_05.jpg); }
#item_4 a:hover,
#item_4.selected a { background-image: url(/images/menu_05on.jpg); }

#item_5 a { background-image: url(/images/menu_06.jpg); }
#item_5 a:hover,
#item_5.selected a { background-image: url(/images/menu_06on.jpg); }

#item_6 a { background-image: url(/images/menu_07.jpg); }
#item_6 a:hover,
#item_6.selected a { background-image: url(/images/menu_07on.jpg); }

#item_7 a { background-image: url(/images/menu_08.jpg); }
#item_7 a:hover,
#item_7.selected a { background-image: url(/images/menu_08on.jpg); }
.topmenu a{
	color: #FFFFFF;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 33px;
	width: 95px;
	border-right: 1px solid white;
	text-decoration: none;
	padding-top: 8px;
	font-weight: bold;
	font-size: 10px;
}
.topmenu a:hover, .topmenu a.current {
	background-image: url(../images/menuover.jpg);
}
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0 10px 0;
}
.footermenu, .footermenu a{
	color:white;
	font-size:11px;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
.footermenu a:hover {
	color: #00FFFF;
}

