td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	width: 80%;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: overline;
}
.navcontainer {
	width: 300px;
}
.navcontainer ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
}
.navcontainer a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color: #999;
	text-align: left;
	display: block;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.navcontainer a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color: #8185F1;
	text-align: right;
	display: block;
}
.navcontainer a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #027C05;
	text-align: center;
	display: block;
}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #8185F1;
	background-image: url(images/tbl_bckgrnd.jpg);
}
.txt {
	font-size: 14px;
}
