body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #174476;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
}
a.white{
	text-decoration: none;
}

a.white:hover{
	color: #9bc6f6;
	text-decoration: none;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #174476;
	text-align: right;
	line-height: 26px;
}

.bblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #174476;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174476;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727270;
	font-weight: bold;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727270;
	text-align: justify;
	line-height: 18px;
}

a{
	color: #174476;
	text-decoration: none;
}

a:hover{
	color: #428cdf;
	text-decoration: none;
}

input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174476;
	text-decoration: none;
	background-color: #dad7d7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border1 {
	background-color:#627da3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border: 1px dotted #8BA2BB;
	
}
.border2 {
	border: 1px dotted #8BA2BB;
	background-color:#e5e5e5;
	text-align: left;
}
.border3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#fffbfb;
	border: 1px dotted #8BA2BB;
	text-align: right;
}

.border4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#fffbfb;
	border: 1px dotted #8BA2BB;
	text-align: left;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174476;
	background-color: #d0d9e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #8ba2bb;
	border-right-color: #8ba2bb;
	border-bottom-color: #8ba2bb;
	border-left-color: #8ba2bb;
}
.img {
	text-decoration: none;
	text-align: center;
	border:none;
	background-position: center center;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B4991;
}
form {
	margin: 0px;
	padding: 0px;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8ba2bb;
}

ul.menu,
ul.menu li {
	margin:0px;	padding:0px;
	list-style:none;
	width:130px;
}
ul.menu li {
	position:relative;
}
ul.menu li a {
	text-align:right;
	font-size:11px; font-family:Arial, Helvetica, sans-serif;
	color:#174476;
	display:block;
	border-bottom:1px dashed #CFCBCB;
	text-decoration:none;
	padding:4px 20px 4px 5px;
}
ul.menu ul {
	display:none;
	width:140px;
	background:#EBEDEE;
	border:1px solid #ccc;
	position:absolute;
	top:0px; left:129px;
	margin:0px; padding:0px;
}
ul.menu ul a { padding:2px 5px !important; }
ul.menu li a.arrow {
	background:url(../images/arrow_r.gif) right no-repeat;
}
ul.menu ul li {
	width:140px;
}
ul.menu ul li a,
ul.menu li:hover ul li a  {
	color:#174476;
	text-align:left;
}
ul.menu li a:hover,
ul.menu li:hover a,
ul.menu li:hover ul li a:hover {
	color:#6E6E6E;
}
ul.menu ul ul {
	left:139px; top:3px;
}

ul.menu ul,
ul.menu ul ul,
ul.menu ul ul ul,
ul.menu li:hover ul ul {
	display:none;
}
ul.menu li:hover ul,
ul.menu ul li:hover ul {
	display:block;
}
