body {
	background-image: url(../images/b01.gif);
	background-repeat: repeat;
	background-color: #000080;
	margin: 0px;
	padding: 0px;
}
a {
	color: #224178;
	text-decoration: underline;
}

a:hover {
	color: #707070;
	text-decoration: none;
}
table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
h1 {
	font-size: 12px;
}

td {
	vertical-align: top;
}
tr {
	vertical-align: top;
}
img a {
	text-decoration: none;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
li {
	list-style-image: url(../images/icon_bullet.gif);
	padding-top: 1px;
}
input.blue{
	background-color:#000080;

	filter:progid:DXImageTransform.Microsoft.Gradient(
	GradientType=0,StartColorStr='#818FA9',EndColorStr='#010162');
	color: #FFFFFF;
	font-weight: bold;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCF18;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	padding: 0px 5px 5px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 140px;
	background-image: url(../images/headerplane.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
#header img {
	padding: 0px;
	margin: 20px 10px;
}
.bar {
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-image: url(../images/bar3.gif);
	height: 26px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px 0px;
}
.bar a {
	display: inline;
	width:120px;
	margin: 0em; 
	padding:0px 50px 0px 0px;
	font: bold 14px sans-serif;
	color:#FFFFFF;
	background: url(../images/bar1.gif) no-repeat;
	text-decoration: none;
}
.bar a:hover {	
	background-position: -157px 0;
	color: #FFCF18;
}
.bar a:active {
	background-position: -314px 0;
	color:white;
}
.main {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	width: 480px;
}
.main img {
	margin: 5px;
}
.main p {
	text-align: justify;
}

.rt {
	background-color: #E4E4E4;
	float: right;
	width: 185px;
	padding: 5px;
	margin: 0px;
	font-size: 11px;
}
.rtheading {
	font-weight: bold;
}
.rtdot {
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000080;
	height: 1px;
	font-size: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.rt ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.popup {
	color: #224178;
	cursor: help;
	text-decoration: none
}
.totop {
	padding-left: 400px;
}
