H3{
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#E87C19;
}

H4{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#E87C19;
	padding:0;
	margin:15px 0 0 0;
}

UL{
	margin:10px;
	padding:0;
}

UL LI{
	position:relative;
	line-height:16px;	
	background: url(../imgs/arrow-01.gif) no-repeat;
	background-position:0 2px;
	list-style-type:none;
	padding:0 0 5px 25px;
	margin:-3px 0 0 0;
}

P{
	padding:0;
	margin:15px 0 15px 0;
}

FORM{
	padding:0;
	margin:0;
}
/*********** id *************/

#content01{
	position:relative;
	float:left;
	left:5px;
	width:480px;
	margin:5px 0 0 0;
}

#content02{
	position:relative;
	float:right;
	right:5px;
	width:250px;
	margin:0;
}

#horizontalNav01{
	position:relative;
	background-color:#FFFFFF;
	padding:0 5px 0 5px;
}

#horizontalNav01 UL{
	margin:0;
	padding:0;
}

#horizontalNav01 UL LI{
	position:relative;
	display:inline;
	line-height:16px;	
	background: url(../imgs/arrow-02.gif) no-repeat;
	background-position:0 3px;
	list-style-type:none;
	padding:0 10px 3px 15px;
	margin:-3px 0 0 0;
}

#horizontalNav02{
	background: #DCE4DB url(../imgs/bg-horizontal-nav.gif) repeat-x;
	padding:10px 10px 10px 30px;
}

/*********** classes *************/

.input01{
	border:0;
	background:none;
}

.table01{
	width:100%;
}

.table01 TD{	
	padding:4px;
	vertical-align:top;
}

.table01 .td01{	
	background-color:#DCE4DB;
	height:20px;
}

.table01 .td02{	
	background-color:#DCE4DB;
	width:100%;
	text-align:center;
	vertical-align:middle;
	height:40px;
}

.border{
	border:2px solid #586171;
}

.table01 .error{
	border:2px solid #FF0000;
}

.table01 .error SPAN{
	color:#FF0000;
}

.table01 .w01{
	width:200px;
}

.table01 .w02{
	width:460px;
}

.table01 .inp01{
	width:460px;
}

.table01 .inp02{
	width:460px;
}

