body {
    margin: 0; padding: 0;
	background: #FFF;
	}
body, td, th, form, input, select, textarea, div, p, span, a {
     margin: 0;
	 font-size: 9pt; font-family: Arial, Gulim; color: #333; line-height: 18px;
	}

A:link { color: #333; text-decoration: none; }
A:visited { color: #333; text-decoration: none; }
A:active { color: #333; text-decoration: none; }
A:hover { color: #000; text-decoration: none; }

BODY {
	scrollbar-face-color: #E1EEDC;
	scrollbar-shadow-color: #BAE1AA;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #94CB7E;
	scrollbar-darkshadow-color: #BAE1AA;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #68BB47;
	}

img { border: none; }

table {
	border-collapse: collapse;
	border-top: 1px solid #3F9EB5; border-bottom: 1px solid #3F9EB5;
	}
th {
	height: 30px; text-align: right;
	font-weight: lighter;
	border-bottom: 1px dotted #C1C1C1;
	}
td {
	border-bottom: 1px dotted #C1C1C1;
	}


#admin_link {
	width: 100%; margin-bottom: 5px;
	color: #FF5B5B; font-weight: bold; text-align: right;
	}
#admin_link a { font-size: 7pt; font-family: Tahoma; color: #999; }
#admin_link a:hover { color: #333; }

input {
	border: expression( (this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'1px solid #99D1DC' );
	background: expression( (this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'#E6F4F7' );
	height: expression( (this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'20px' );
	padding:  expression( (this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'0 5px' );
	}

input.1 { width: 200px; }
input.2 { width: 300px; }
input.3 { width: 70px; }
input.4 { width: 98%; }

textarea { border: 1px solid #99D1DC; background: #E6F4F7; width: 98%; height: 120px; padding: 5px; margin: 5px 0; }
