/* CSS Document */
body {
  font-family:		Georgia, "Times New Roman", Times, serif;
  background-repeat:no-repeat;
  margin:			0,0,0,0;
  }
a:link {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-family: 		Arial, Helvetica, sans-serif;
  font-size:		12px;
  font-weight:      bold;
  color:            white;
  } 
a:visited {
  /* Applies to all visited links */
  font-family: 		Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:		12px;
  font-weight:      bold;
  color:            lightblue;
  } 
a:hover {
	/* Applies to links under the pointer */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	color: #671629;
  } 
p {
  color:			#333399;
  font-weight:		bold;
  }
p.linkcat {
  color:			#671629;
  font-weight:		bold;
  }
.btnav {
	border: 1px #000000 solid;
	background : #2d3e84;
  } 
.footer {
	font-size:		10px;
  }
td {
	font-size:		12px;
  }
.link:link {
  color:			#333399;
  font-weight:		bold;
  }
.link:visited {
  color:			#333399;
  font-weight:		bold;
  }
.link:hover {
  color:			#671629;
  font-weight:		bold;
  }

