body {
	background-color: #AAA299;
	color: #FFF;
	font: 7pt/15px arial, sans-serif;
}
select {
       	font-family: arial;
         font-size: 9px;
         margin: 4px;
         padding: 1px 1px 1px 1px;
         background: #fff;
         color: #333333;
         border:  1px solid #828282;
         }
input {
      	font-family: arial;
         font-size: 10px;
         margin: 0px;
         padding: 0px;
         color: #333333;
         }
textarea {
         font-family: arial;
         font-size: 11px;
         margin: 4px;
         padding: 1px 1px 1px 1px;
         background: #554E4B;
         color: #e4e4e4;
         width: 450px;
         border:  1px solid #4B4542;
         }
table, tr, td {
	font-family: arial;
	font-size: 11px;
}
small {
        	font-size: 9px;
         font-family: verdana;
         }
.smallfont {
        	font-size: 9px;
         }
#bg {
        	align: center;
         margin: 0px;
}
#inposttable {
        	background: #554E4B;
         color: #cdcdcd;
         }
.header {
        	float:left;
         margin-bottom: -20px;
         }
.onoffclosed {
        	color: #ebebeb;
         }
.shadow {
        	background: #726865;
         color: #d2c0ba;
         padding: 0px 2px 0px 2px;
         margin: 4px 0px 4px 0px;
         line-height: 18px;
         }
.avatar {
        	height: 120px;
         padding: 0px 0px 0px 0px;
         width: 120px;
         background: url('images/avatar_bg.png');
        }
.avatar_1 {
        	padding: 10px 0px 0px 0px;
         }
A:link , A:visited , A:active {
	color:#d2996f;
	text-decoration: none;
	font-weight: normal;
	cursor: help;
}
A:hover{
	color:#a87a59;
	cursor: help;
}
A:link.cat , A:visited.cat, A:active.cat {
    	font-family: georgia;
    	font-weight:normal;
    	text-transform:lowercase;
    	font-size:18pt;
    	color:#909090;
    	text-align:left;
    	letter-spacing:-1px;
    	text-decoration: none;
    	margin-left: 10px;
    	cursor: help;
}
A:hover.cat{
	color:#6A6A6A;
	cursor: help;
}
A:link.cat2 , A:visited.cat2, A:active.cat2 {
         color:#a87a59;
         font-family: georgia;
         text-decoration: none;
         font-size: 12px;
         font-weight: bold;
         cursor: help;
}
A:hover.cat2{
	color:#916A4E;
	cursor: help;
}
b {
        	color: #ffefcc;
}
i{
	color: #fffc00;
}
u{
	color: #ffd4b1;
}