/* body settings */

body {
  color: #000;
 	font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px;
	
	background: #313131;
	background-repeat: repeat-y;
}

a:visited	{ color: #000; font-size: 13px;  }
a:link		{ color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
a:hover		{ color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.footer {
	color: black;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

/* fonts */
h1 {
	font-family: verdana, tahoma, arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: Black
}

h2 {
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: Black
}

table.listtable {
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	background-color: #000;
	border: #000 solid;
	border-width : 0px 0px 0px 0px;
}

td.listtable_top {
  color: #fff;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	background-color: #00000;
	background-image: url(/images/nav.GIF);
	border: #ffffff solid;
	border-width: 0px 0px 0px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px
}

td.listtable_1 {
  background-image: none;
	font-family: verdana, tahoma, arial;
	font-size: 13px;	
	border: #ffffff solid;
	border-width: 0px 0px 0px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px
}

a.alert {
	display: block;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
}



.body
{
margin-left: auto;
margin-right: auto;
padding: 0;
width: 800px;
}



#menu
{
text-align:center;
margin: 10px 0;
background: #aeff00 url("images/back.gif");
height: 42px;
line-height: 42px;
}

#menu a
{
color: #000;
font-weight: bold;
border-right: 1px solid #f1f1f1;
float: center;
padding: 0 10px;
}


#menu a:hover
{
background: #fff url("images/hover.png");
}

#selected
{
background: #fff url("images/hover.png");
}

a
{
color: #fbaf32;
text-decoration: none;
}

a:hover
{
color: #000;
}

ul{
list-style-type:none;
}
li{
display:inline;
}
a{
float:center;
width:100px;
text-decoration:none;
color:white;
font-weight:bold;
background:#f1f1f1;
padding:4px;
border:0px dashed #000;
}
a:hover{
background:#c1c1c1;
}

ul{
list-style-type:none;
}
li{
display:inline;
}
a{
float:center;
width:100px;
text-decoration:none;
color:white;
font-weight:bold;
background-image: url(images/nav.gif);
padding:8px;
border-right:1px solid #000;
}
a:hover{
background:#ccc;
} 