/* CSS Document for links.htm */

.linktable {
	text-align: center;
	vertical-align: top;
	background-position: center;
	background-color: #000066;
	width: 616px;
}

.titleone {
	width: 65px;
	height: 38px;
	background-color: #000066;
	border-style: inset;
	border: 1px;
	text-align: center;
	font-size: 16px;
	color: #EEEEEE;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.titletwo {
	width: 171px;
	background-color: #000066;
	border-style: inset;
	border: 1px;
	text-align: center;
	font-size: 16px;
	color: #EEEEEE;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.titlethree {
	width: 200px;
	background-color: #000066;
	border-style: inset;
	border: 1px;
	text-align: center;
	font-size: 16px;
	color: #EEEEEE;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.titlefour {
	width: 180px;
	background-color: #000066;
	border-style: inset;
	border: 1px;
	text-align: center;
	font-size: 16px;
	color: #EEEEEE;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.linkflag {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.linkstat {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	background-color: #FFFFFF;
	color: #000033;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.linkdesc {
	text-align: left;
	vertical-align: middle;
	height: 30px;
	background-color: #FFFFFF;
	color: #000033;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}
.linkdesccenter {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	background-color: #FFFFFF;
	color: #000033;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}

.linklink {
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.linklink:link, a.linklink:visited {
	color: #0055BB;
}
a.linklink:active, a.linklink:hover {
	color: #001155;
}
