html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#e02800;
}

.nm_holder{
	text-align:left;
	width:920px;
}

.contentArea{
	margin:15px;
	background-color:#ffffff;
	min-height:640px;
	_height:640px;
}

.txtBlack{
	color:#333333;
	font-family:Arial;
	font-size:12px;
}

.txtBlackLh{
	color:#333333;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
}

.txtBlackSmall{
	color:#333333;
	font-family:Arial;
	font-size:10px;
}

.nav_trenner{
	width:1px;
	font-size:0px;
	background:url(trenner.gif) no-repeat;
}

.nm_nav{
	margin-top:16px;
	border-top:1px solid #e02800;
	border-bottom:1px solid #e02800;
	background-color:#fdf2f0;
	height:31px;
}

.nm_navitem{
	background:url(tpl/nav_bg.gif) repeat-x;
	height:30px;
	text-align:center;
	padding-left:26px;
	padding-right:26px;
}

.nm_navitem a{
	color:#e02800;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.nm_navitemactive,.nm_navitem:hover{
	background:url(tpl/nav_bg_sel.gif) repeat-x;
	height:30px;
	text-align:center;
	padding-left:26px;
	padding-right:26px;
}

.nm_navitemactive a{
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.redTitle{
	color:#e02800;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	border-bottom:1px dotted #e02800;
	padding:5px;
}

.redSubTitle{
	color:#e02800;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #e02800;
	padding:3px;
}

.redText{
	color:#e02800;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.link{
	color:#e02800;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.link:hover{
	color:#e02800;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dotted #e02800;
}

.img{
	border:2px solid #ffffff;
}
.imgSel,.img:hover{
	border:2px solid #e02800;
}

.redButton{
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #E02800;
	background:url(button-bg.gif) repeat-x;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#e02800;
}

.tdrow{
	padding-bottom:4px;
	border-bottom:1px dotted #e0e0e0;
}