/* BANNER */
#banner {
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#banner .fla {
	border: 1px solid #000000;
	padding: 0px;
	height: 60px;
	width: 468px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #0A4493;
}
/* BODY */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.conteiner {
	position: relative;
	left: 0px;
	top: 0px;
}
.left {
	width: 3%;
	background-color: #CCCCCC;
	background-image: url(../pictures/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-color: #CCCCCC;
	width: 3%;
	background-image: url(../pictures/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.pageCell {
	background-color: #F0F0F0;
	margin: 0px;
	border: none;
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
} 
html>body .pageCell{
	height: auto;
}
.pageCell #sizeImg {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: none;
	background-color: #F0F0F0;
	overflow: hidden;
	width: 900px;
}
/* BOTTOM */
.bottom{
	font-size: 10px;
	padding: 0px;
	height: 20px;
	background-image: url(../pictures/bottom-bg-gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
}
.bottom #blue {
	height: 20px;
	background-color: #0a4493;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	padding: 0px;
	border:none;
	background-image: url(../pictures/bottom-bg-blue.gif);
	float: right;
	width: 500px;
	position: relative;
	margin: 0px;
}
.bottom #blue img {
	border: none;
}
.bottom #blue h1{
	position: absolute;
	top: 5px;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	left: 20px;
	height: 12px;
	font-weight: normal;
}
.bottom #blue h2{
	position: absolute;
	top: 5px;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 12px;
	right: 30px;
}
.bottom-left{
	height: 20px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	border:none;
	background-image: url(../pictures/bg-left-bottom.gif);
	margin: 0px;
	overflow: hidden;
}
.bottom-right{
	height: 20px;
	background-color: #0a4493;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	padding: 0px;
	border:none;
	background-image: url(../pictures/bottom-bg-blue.gif);
	margin: 0px;
	font-size: 10px;
}
#bottom #corner {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	visibility: visible;
	z-index: 50;
	float: left;
}

/* ************************* */
#content {
	height: 200px;
	min-height: 200px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 406px;
}
html > body #content{
	height:auto;
}
#corner1 {
	position: absolute;
	left: -1px;
	top: -1px;
}
#corner2 {
}
#corner3 {
	position: absolute;
	left: -2px;
	bottom: -2px;
	display: block;
}
#corner3a {
	position: absolute;
	left: -1px;
	bottom: -1px;
	background-color: #000000;
	height: 2px;
	width: 2px;
	overflow: hidden;
}

#corner4 {
	right: -2px;
	bottom: -2px;
	position: absolute;
}



/* *********************************** */
#size {
	position: absolute;
	visibility: hidden;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 20px;
}


/* TEMP */
.size_img {
	display: block;
	border: none;
	height: 1px;
	width: 900px;
}
