.hidden { display: none; }
.unhidden { display: block; }

.txt1 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	colour: #ffff00;
}
.txt2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.txt3 {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;

}
.txt4 {
	color:#509bd4;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.boldhead {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #002166;

}

a.blacklink:link {
	color:#5D5A5A;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
a.blacklink:visited {
	color:#5D5A5A;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
a.blacklink:active {
	color:#000099;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.blacklink:hover {
	color:#000099;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.bluelink:link {
	color:#0000FF;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
a.bluelink:visited {
	color:#0000FF;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
a.bluelink:active {
	color:#0000FF;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.bluelink:hover {
	color:#0000FF;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.greylink:link {
	color:#7c7c7c;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.greylink:visited {
	color:#7c7c7c;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.greylink:active {
	color:#7c7c7c;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.greylink:hover {
	color:#7c7c7c;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.conlink:link {
	color:#000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
a.conlink:visited {
	color:#000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
a.conlink:active {
	color:#000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
a.conlink:hover {
	color:#000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
a.botlink:link {
	color:#002166;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.conlink:visited {
	color:#002166;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.conlink:active {
	color:#002166;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
a.conlink:hover {
	color:#002166;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
a.bottom:link {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.bottom:visited {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.bottom:active {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
a.bottom:hover {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.style21 {
	color: #010099;
	font-weight: bold;
	font-size: 13px;
}

.style32 {
	font-weight: bold;
	font-size: 13px;
    margin-bottom: 5px;
}

.redstyle
{
    color: red;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.vspacing {
    margin-top: 10px;
}

ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:780px
}

ul#list-nav li {
display: inline; 

}

ul#list-nav li a {
text-decoration:none;
font-weight:bold;
font-size:12px;
padding:3px 0;
width:90px;
background:#01009a;
color:#fff;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#5c5cc0;
color:#fff
}
