/* CSS Document */

* {margin:0; padding:0;}

body { background:#000000;}

td, input, textarea{
	font-family:Simsun;
	font-size:9pt;
	line-height:18px;  
	color:#FFFFFF;	
	vertical-align:top;}

a { color:#88867D;}
a:hover { text-decoration: none;}
a img { border:0px none;}

.form { height:20px; margin-bottom:5px; margin-top:1px;}
.form input { padding:2px 0px 4px 3px; color:#FFFFFF; height:17px; border:0px; background:#333333;}
textarea { height:118px; padding-left:2px; color:#FFFFFF; border:0px; background:#333333; margin-top:1px; margin-bottom:3px; overflow:auto}

.line_but { background:url('images/line_but.gif') repeat-x left; height:25px}
.line_but div { margin-left:46px;}

.txt1 { color:#E3DFD1; text-transform:uppercase;}
.txt2 { color:#E3DFD1; font-weight:bold; font-size:10px;}
.txt3 { color:#FFFFFF; text-transform:uppercase;}

.link1 { color:#819436; text-decoration:none;}
.link1:hover { text-decoration:underline;}