* {
	margin: 0;
	padding: 0;
} 

body, html {
	height: 100%;
	overflow: auto;
}

body{
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	font: 10px Arial;
	color: #545454;

	}
	
a{
	text-decoration: none;
}

a:hover{

}

form{
	margin: 0;
}

input{
	background: #ffffff;
	border: 1px solid #ababab;
	font-size: 10px;
	color: #616161;
	padding: 0px 0px 0px 3px;
}


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

#holder{
	margin: 0 auto;
	width: 760px;
	height: 100%;
	background: #ffffff;
	text-align: left;
	}
	


.navtitle{
	height: 37px;
	margin: 9px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position:  50% 0%;
}


.icoitem{
	margin: 0px 6px 0px 6px;
}

#footerholder{
	margin: 8px 0px 0px 0px;
}

#footer{
	height: 100px;
	background: #f5f6f5;
	margin-bottom: 8px;
}

#footerright{
	margin: 6px 0px 0px 0px;
	float: left;
	width: 554px;
}

#footerleft{
	width: 204px;
	float: left;
}

#footerleftcont{
		padding: 22px 0px 0px 21px;
}

#footnav{
	font-size: 11px;
	color: #919090;
}

#footnav a{
	color: #919090;
}

#footnav a:hover{
	color: #a7c2d9;
}

#copyright{
	padding-left: 204px;
	height: 21px;
	background: #fff7e5;
	line-height:21px;
}

#addressholder{
}

.addressbox{
	float: left;
	width: 150px;
	font-size: 12px;
	color: #545454;
}


.dark{
	color: #545454;
}

.light{
	color: #919090;
}

.lighter{
	color: #8e8e8e;
}

.u{
		text-decoration: underline;
}

#print{
		background: url("../images/ico_print.gif") no-repeat;
		font-size: 10px;
		padding: 0px 0px 0px 15px;
		display: block;
		line-height: 13px;

}

#print a{
		color: #616161;
}

#print a:hover{
	color: #a7c2d9;
}








.clear{
	clear: both;
}

.none{
	display: none;
}

/* Delimiters */

.del{
	float: left;
}

.del1{
	background: url("../images/del_1.gif") no-repeat 0% 50%;
	/*background: #ffffff;*/
	/*margin: 10px 0px 10px 0px;*/
	height: 1px;
	font-size: 1px;
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;

}

.del2{
	background: url("../images/del_2.gif") no-repeat;
	margin: 10px 0px 10px 0px;
	height: 1px;
	font-size: 1px;
	display: block;
	width: 100%;
	clear: both;
}
