@media Print    
{
BODY {
	ZOOM: 90%
}
    }

A:link{color:#556fb5;}
A:visited{color:#556fb5;}
A:hover{color:#EE0000; text-decoration:none;}
A:active{color:#556fb5; text-decoration:none;}

*{
	margin:0px;
}

body{
	margin:0px;
	font-size:12px;
	color:#999999;
	background-color:#edf9cf;
}

#container{
	width:100%;
	height:auto;
}

.body{
	width:774px;
	height:auto;
	background-image:url(../images/back.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.catch{
/*	width:745px;
	height:37px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;*/
	width:744px;
	height:63px;
	margin-left:1px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	
}
* html .catch{
	width:745px;
	height:63px;
	margin-left:0;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	
}
*+html .catch{
	width:745px;
	height:63px;
	margin-left:0;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	
}

.catch h1{
	font-size:16px;
	color:#999999;
	text-align:left;
	margin-top:3px;
}

.footer{
	width:774px;
	background-image:url(../images/bottom-bar.gif);
	background-repeat:repeat-x;
	padding-top:10px;
	margin-top:15px;
	line-height:25px;
	text-align:center;
}