body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	background-position: top;
	text-align: left;
	
	scrollbar-base-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-track-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFF0;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-shadow-color: Black;
	scrollbar-darkshadow-color: Gray;
	scrollbar-arrow-color: #8B0000;
}

div.container {
		position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width:1000px;
	height:591px;
}

div.print-left_ {
	position:absolute;
	background-image: url(../images_print/print_left.jpg);
		background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:588px;
	height:591px;
}

div.title_print_ {
	background-image: url(../images_print/title_print.jpg);
	width: 475px;
	height: 85px;
	background-repeat: no-repeat;
	position: absolute;
	top: 247px;
	left: 71px;
}

div.copy_left{
	position: absolute;
	top: 337px;
	left: 74px;
	width: 224px;
	text-align: right;
padding-right: 10px;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: Black;
	
}

div.copy_right{
	position: absolute;
	top: 339px;
	left: 322px;
	width: 216px;
	text-align: left;
}

div.print-right_ {
	position:absolute;
	background-image: url(../images_print/print_right.jpg);
		background-repeat: no-repeat;
	left:588px;
	top:0px;
	width:412px;
	height:591px;
}

div.nav_ {
position: absolute;
	background-repeat: no-repeat;
	top: 20px;
	right: 35px;
}

ul.navigation{
position: relative;
	list-style: none; /* this line will remove any kind of bullet from the menu */
	width: 120px; /* sets the menu width */
	font-size: 11px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
}
 
#menu a {
	display: block; /* this is a very important property here and it controls the way the menu elements are displayed - like block-level elements */
	height: 14px;
	padding-right: 13px; /* sets the padding properties */
	font-weight: bold; /* sets the font weight */
	background: transparent url(../images/arrowRed_BlueBack.gif) no-repeat right;  /* sets the color of the background */
	color: #191970; /*border-top: 1px solid #efefef;  this code sets the line between the menu items 
*/
}

 
#menu a:link {
	color: White; /* sets the font color */
	text-decoration: none;
	background: transparent url(../images/arrowRed_BlueBack.gif) no-repeat right; 
}

 
#menu a:visited {
	color: Silver;
	text-decoration: none;
	
}

 
#menu a:hover {
	background: transparent url(../images/arrowWhite_BlueBack.gif) no-repeat right; /* when the cursor is over, in the left side of the menu item background it will be display the arrow.gif picture */
	text-indent: 0px; /* this line of code move the text 15 px to the right */
	color: White;
}

 
#menu a:active {
	color: #D3D3D3;
	background: transparent url(../images/arrowRed_BlueBack.gif) no-repeat right;
	text-decoration: underline;
}

div.copyrightFC_{
position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 573px;
	left: 297px;
	color: #A9A9A9;
	text-align: left;
	font-size:7pt;
}
