@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #00235D;
}
a:visited {
	color: #00235D;
}
a:hover {
	color: #0588f7;
}
a:active {
	color: #00235D;
}

.menu {
	width: 900;
	margin: 0;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 110px;
	background-image: none;
    }
#maincontent {
	background-image: url(../images/bg-table.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
	padding-right: 37px;
	padding-left: 110px;
	line-height: 22px;
	padding-bottom: 20px;
}
#maincontent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00235D;
}
#rt-margin {
	line-height: 18px;
	color: #00235D;
	padding-top: 70px;
	padding-left: 20px;
	background-image: url(../images/bg-rt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
.menu li {
      margin: 0;
      padding: 0;
      float: left;
    }
.menu li {
      padding-right: 36px;
}
.menu a {
	font-weight: bold;
	color: #00225d;
	text-decoration: none;
}

.menu a:hover {
	font-weight: bold;
	color: #0588f7;
	text-decoration: none;
}

