@charset "utf-8";
/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
 	font-weight: bold;
  background-repeat: repeat-x;
	background-image: url(../images/topback.jpg);
	background-color: #000000;
}

.topTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
 	font-weight: bold;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../images/top.jpg);
	height: 144px;
	width: 800px;
}

a:link {
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #0000FF;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

