html, body {
	margin:0; padding:0;
	height:100%;
}

* {
	  font-family: 'Trebuchet MS','Lucida Grande', Verdana, Geneva, Helvetica, Arial, sans-serif;
	  font-size : 10px;
	  line-height: 12px;
}
body {
	  background-color: #CCCC99;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  text-indent: 3px;
	  color : #000000;
	  scrollbar-face-color: #AAAADD;
	  scrollbar-shadow-color: #669999;
	  scrollbar-highlight-color: #FFFFFF;
	  scrollbar-3dlight-color: #225555;
	  scrollbar-darkshadow-color: #225555;
	  scrollbar-track-color: #99CCCC;
	  scrollbar-arrow-color: #222222;
	  }

td, div {
	   
}

p, li {
	  text-align: justify;
	  }

table {
	  border-width:0;
}


input, textarea, option {
	  font-size:12px;
	  color:black;
	  border-width:1px;
	  border-color: #AADDDD;
	  border-style:solid;
	  text-align: justify;
	  background-color: #BBBB88;
	  }
option {
	  color:black;
	  border-width:0px;
	  border-style:none;
	  background-color: #BBBB88;
}

select {
	  color:black;
	  border-width:0px;
	  border-top:0px;
	  border-bottom:0px;
	  border-left:0px;
	  border-right:0px;
	  border-color: #DDDDAA;
	  border-style:none;
	  text-align: justify;
	  background-color: #BBBB88;
}

.inputs {
	  color:black;
	  }
.checkbox {
	  border-width:0;
	  border-style:solid;
	  background-color: transparent;
	  margin: 1px;
}

.check {
	  font-size:6px;
	  border-width:0;
	  background-color: transparent;
	  margin: 1px;
}

a           {color:white; text-decoration: none}
a:hover     {font-weight:bold;cursor:pointer;}
a:hover.informn  {color:red; text-decoration: none; background-color: #c0d1e5}
a:hover.inform   {color:red; text-decoration: none; background-color: #c0d1e5}
a:hover.huge     {color:red; text-decoration: none; background-color: #c0d1e5; border-style: solid; border-color: gray; border-width: 1px; padding: 0px 2px 0px 2px}

.huge       {Font-size:19px; color: #222222; font-weight:bold}
.title      {Font-size:14px; color: #222222; font-weight:bold}
.subtitle   {Font-size:10px; color: #AAAAAA; font-weight:normal}
.little     {Font-size:8px;  color: #AAAAAA; font-weight:normal}
.inform     {font-size:10px; color: #000000; font-weight:bold}
.informg    {font-size:10px; color: #333333; font-weight:bold}
.informl    {font-size:8px;  color: #000000; font-weight:bold}
.informlg   {font-size:8px;  color: #000000; font-weight:normal}
.informn    {font-size:10px; color: #000000; font-weight:normal}
.informng   {font-size:10px; color: #AAAAAA; font-weight:normal}
.user       {Font-size:12px; color: #BBBBBB; font-weight:normal}
.newmess    {font-size:10px; color: #FF0000; font-weight:bold}