
td.tbl_even   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
    color: #000;
	background-color: #E7E89E;
}

td.tbl_odd   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
    color: #000;
	background-color: #E8B89E;
}

table.header { 
    border-spacing: 0px; 
    background-color: #9C7B6A;}

table.header td {
    background-color: #9C7B6A;
	color: #F4DCCE;
}

table.header tr td:first-child {
    }
a.hd_link, a.hd_link:link, a.hd_link:visited {
	color: #000;
}

a.hd_link:hover {
	color: #000;
    background: #E8B89E;
    text-decoration: none;
}
a.copyright:hover {
	text-decoration: underline;
}
a.delete:hover {
	color: red;
}

hr {color: #9A9B6A;}

th   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
    color: #fff;
	background-color: #747450;
}

body   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
  color: #000;
	background-color: #9A9B6A;
}
a:hover   {
	color: #000;
  text-decoration: underline;
}
a   {
	color: #636363;
	text-decoration: none;
}

h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 175%;
}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 125%;
}
h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 50%;
}
.restrict {
	color: red;
}
.vert {
	background: url('../images/vert.png') no-repeat center;
}
.outer {
	background: url('../images/outer.png') no-repeat center;
}
.br {
	background: url('../images/br.png') no-repeat center;
}
.tr	{
	background: url('../images/tr.png') no-repeat center;
}
.rb {
	background: url('../images/rb.png') no-repeat center;
}
.rt	{
	background: url('../images/rt.png') no-repeat center;
}

input, textarea, option, select {
  border: 1px solid #ccc;
  background-color: #F4DCCE;
  font-family: verdana, arial, sans-serif;
  font-size: 95%;
}

