@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a{
	color:#F9D107;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

#wrapper{
	width:600px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;

	border:1px solid #fff;}
body {
	background-color: #4ca928;
}
#title{
	height:196px;
}
#content{
	height:450px;
	background:#4ca928 url(../img/bg.gif) left bottom no-repeat;
	border-bottom:1px solid #fff;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
	font-size:14px;
	line-height:1.2;
}
.yellow{
	font-size:17px;
	font-weight:bold;
	color:#f9d107;
}
#logos{
	border:1px solid #999;
	padding:10px;
	background:#fff url(../img/logos.gif) center center no-repeat;
}
#images{
	border-bottom:1px solid #fff;
	height:100px;
	overflow:hidden;
}
.error{
	color:#990000;
}

    @media print {
      .noprint { display: none; }
    }
