/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	text-align: center;
}
body {
	font: normal 80%/140% Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	position: relative;
	background-color:#666666;
	background-image:url(images/back_square.gif);
	background-repeat:repeat;
}
#box {
	background-color: #FFFFFF;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	width:920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 2px;
	height: 100%;
}
#header {
	text-align:center;
}
#nav {
}
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 50px;
}
#news {
	background-color:#CCC;
	border: 1px solid #000000;
	padding: 4px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#news h4 {
	margin: 0px;
}
#news p {
	margin: 0px;
	padding-top: 10px;
}
#sig {
	text-align: right;
	font-size:x-small;
}
#list_table {
	text-align: center;
}
#list_table table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	color: #000;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
#list_table caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background: transparent;
}
#list_table td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
#list_table thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
#list_table thead th.top {
	border: 1px solid #e0e0e0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color:#FFFFFF;
	background: #000000;
}
#list_table tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: right;
	font-size: 1em;
	background: #e8e8cf;
}
#list_table tfoot th {
	font-weight: bold;
}
#list_table tbody td a {
	background: transparent;
	color: #00c;
}
#list_table tbody td a:hover {
	background: transparent;
	color: #00c;
}
#list_table tbody th a {
	background: transparent;
	color: #3f7c5f;
	font-weight: bold;
}
#list_table tbody th a:visited {
	color: #b98b00;
}
#list_table tbody th {
	vertical-align: top;
	text-align: right;
}
#list_table tbody td {
	vertical-align: top;
	text-align: left;
}
#list_table tfoot td {
	border: 1px solid #996;
	text-align:center;
}
#list_table tbody tr:hover {
	background: #ffffd9;
}
.small {
	text-transform: uppercase;
	color: #a3a3a3;
	letter-spacing: 2px;
	font-size: 65%;
	margin-left: 10px;
}
p.small {
	text-align: left;

}
ul {
	margin: 0 0 25px 25px;
	list-style-type: circle;
}

.central { color: #FF0000;}

a:link    {
  text-decoration:  none;
  font-weight:      bold;
  } 
a:visited {
  text-decoration:  none;
  font-weight:      bold;
  } 
a:hover   {
  text-decoration:  underline;
  font-weight:      bold;
  } 
a:active  {
  text-decoration:  underline;
  font-weight:      bold;
  } 
