
/***** HTML basic elements *****/

body {
	background:#2f251f none;
	margin:0px 0px 30px 0px;
	font-size:small;
	line-height:150%;
}

h1, h2, h3 {
	margin:0px;
}

img {
	vertical-align:bottom;
	border:none;
}

a:link {
	color:#0000ff;
}

a:visited {
	color:#663399;
}

a:active {
	color:#ff0000;
}

a:hover {
	color:#ff6600;
}


/***** Classified elements *****/

.document-piece {
	margin-top:35px;
}

.obj-at-left {
	float:left;
	margin-right: 15px;
	margin-bottom:15px;
}

body.subsheet {
	margin:0px;
	background:#faf8cc url("/_common/image/bg_pickup.gif") repeat-y;
	padding:20px;
}

div.pickup-sheet {
	background:#faf8cc url("/_common/image/bg_pickup.gif") repeat-y;
	border:#c5ba66 2px solid;
	padding:10px;
}

/***** Identified elements *****/

div#document-pane {
	background:#2f251f url("/_common/image/bg_docs.gif") repeat-y;
	width:776px;
	margin:0px auto;
}

div#document-body {
	background-image: url("/_common/image/bg_cat.gif");
	background-repeat: no-repeat;
	padding:20px 80px;
}

div#copyright-notice {
	text-align:right;
	font-size:small;
}

div#global-menu2 {
	text-align:center;
}

table#global-menu {
	width:616px;
}


/* EOF */
