body {
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	font-weight: normal;
}

td, span, input, div, p, textarea, select, li {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	margin: 0 0 10px 0;
}

p{
	margin: 2px;
}

a, a:link, a:visited {
    outline: 0;
	text-decoration: underline;
	color: #FF952A;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.img, a.img:link, a.img:visited {
	text-decoration: none;
	color: #FF952A;
	border: 1px solid #7F4C15;
	padding: 1px 1px 0px 1px;
	display: block;
}

a.img:hover {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 1px 1px 0px 1px;
	display: block;
}


a.txt, a.txt:link, a.txt:visited {
	text-decoration: underline;
	color: #DA6424;
}

a.txt:hover {
	text-decoration: none;
	color: #FCC23A;
}


a.menu, a.menu:link, a.menu:visited {
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF952A;
	font-size: 14px;
}

a.menu:hover {
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

a.sel, a.sel:link, a.sel:visited, a.sel:hover {
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

a.subm, a.subm:link, a.subm:visited {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #FF952A;
}

a.subm:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.white, a.white:link, a.white:visited, a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.logout {
	text-decoration: underline;
    font-weight: bold;
}

.white {
  color: #FFFFFF;
}

.orange {
  color: #EC8800;
}

.red {
	color: #DA6424;
}


.title {
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.big {
  font-size: 12px;
  font-weight: bold;
}

.biger {
  font-size: 19px;
  font-weight: bold;
}

.small {
  font-size: 9px;
}

.justify {
  text-align: justify;
}


input {
  height: 14px;
  color: #000000;
  border: 0px;
  font-size: 11px;
}

label {
  cursor: pointer;
}

.input {
  width: 200px;
  background-color: #3D230A;
  border: 1px solid #814C16;
  color: #FFFFFF;
}

textarea{
  background-color: #3D230A;
  border: 1px solid #814C16;
  color: #FFFFFF;
}

.input_error {
  width: 200px;
  background-color: #3D230A;
  border: 1px solid #FEB232;
  color: #FFFFFF;
}

textarea_error {
  background-color: #3D230A;
  border: 1px solid #FEB232;
  color: #FFFFFF;
}
.error {
  color: #FEB232;
  font-weight: bold;
}


.button {
  background-color: #3D230A;
  color: #FF952A;
  height: 18px;
  border: 1px solid #533313;
  display: inline;
}

