body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	
}
#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
#header {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index:20;
}
#container {
	width: 1024px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/img_backgroundbody.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	}
#content {
	width: 1024px;
	height: auto;
}
#content-flash {
	height: auto;
	width: 1024px;
}
#content-body {
	height: auto;
	padding-top: 0;
	margin-top: 0;
	width: 813px;
	margin-left: 104px;
	background-image: url(../images/img_bodybackground.png);
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content-footer {
	height: 186px;
	width: 1024px;
	background-image: url(../images/img_footerbackground.jpg);
	background-repeat: no-repeat;
	position: relative;
}


.small_txt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	color: #069;
}
.large_txt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	color: #069;
}

.xsmall_txt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #069;
}

object {
	outline:none;
}


.tl {
	background-image:url(../images/form/tl.png);
	background-position:top left;
	background-repeat:no-repeat;
	height: 10px;
}
.tr {
	background-image:url(../images/form/tr.png);
	background-position:top right;
	background-repeat:no-repeat;
	
}

.bl {
	background-image:url(../images/form/bl.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 9px;
}
.br {
	background-image:url(../images/form/br.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	
}

.ml {
	background-image:url(../images/form/ml.png);
	background-position:left;
	background-repeat: repeat-y;
	padding-left: 3px;
}
.mr {
	background-image:url(../images/form/mr.png);
	background-position:right;
	background-repeat: repeat-y;
	padding-right:3px;
}
