*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	background: #FFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;		
}
body,html{
	height: 100%;
}
* html td,* html th{font-size: 12px;}
a{
	text-decoration: none;
	color: #8E0000;
	background: inherit;
}

a:hover{
	color: #666666;
	background: #FFF;
	text-decoration: underline;
}

#wrap{
	position: relative;
	margin: 0 2px;
	height: 100%;
}
td{
	vertical-align: top;
}
.top{
	background: url(../img/topbg.gif) repeat-x;
}
.nav{
	background: url(../img/navbg.gif) repeat-x;
}
.exit{
	position: absolute;
	top: 92px;
	right: 15px;
}
.wel{
	position: absolute;
	top: 94px;
	left: 28px;
	font-weight: bold;
}
.left{
	width: 164px;
	background: #EFF2F8;
}
.title{
	background: url(../img/titlebg.gif) no-repeat;
	line-height: 22px;
	padding-left: 5px;
	font-weight: bold;
}
.lnav{
	background: url(../img/dot.gif) no-repeat 0 3px;
	padding-left: 18px;
	line-height: 25px;
	border-bottom: dotted 1px #CCC;
	text-align: left;
}
.bottom{
	background: url(../img/bottombg.gif) repeat-x;
	height: 52px;
}
.bottom p{
	text-align: center;
	padding: 20px 0 0;
}
h4{
	font-size: 12px;
	padding: 5px;
	margin: 10px;
	background: #D9DFEE;
	width: 95%;
}
.content{
	text-align: left;	
}
.content td{
	padding: 4px;
}
input,textarea,.file{
	border: solid #CCC;
	border-width: 0 0 1px 0;
	padding: 1px;
}
textarea,.file{
	border-width: 1px;
}
.btn,.btn2,.btn3{
	width: 40px;
	height: 18px;
	margin: 15px 5px 5px;
	background: #F0F8FF url(../img/btbg.jpg) repeat-x;
	font-size: 12px;
	border: solid 1px #999;
}
