@media all {
* {
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  padding: 0;
  margin: 0;
  border: 0;
}
body {
	background-color: #eaf2b1;
}
a {
	text-decoration: none;
	color: #253E92;
}
a:hover {
	text-decoration: underline;
	color: #353535;
}
a:visited {
	color: #253E92;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-weight: bold;
}
#main {
	width:800px;
	margin:0 auto;
	margin-top: 10px;
}
#header {
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	height: 149px;
	width: 800px;
}
#space {
	background-image: url("images/space.gif");
	background-repeat: no-repeat;
	height: 20px;
	width: 800px;
}
#body {
	background-image: url("images/body.gif");
	background-repeat: repeat-y;
	width: 800px;
}
#navi {
  padding-left: 40px;
  padding-right: 10px;
  width: 80px;
  float: left;
  padding-top: 10px;
}
#content {
  padding-left: 15px;
  padding-top: 10px;
  width: 620px;
  margin-left: 140px;
  background-image: url(images/sep.gif);
  background-repeat: repeat-y;
  background-position: left;
  padding-bottom: 10px;
  text-align: justify;
}
#footer {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	height: 32px;
	width: 800px;
	text-align: center;
}

.text {
	background-color: #fff;
	border: 1px dotted #757575;
	padding: 4px;
	width: 600px;
	margin:0 auto;
	margin-top: 10px;
}
.textul {
	margin-left: 14px;
}
}
@media print {
* {
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  padding: 0;
  margin: 0;
  border: none;
}
body {
	background-color: #fff;
}
#header, #space, #navi, #footer {
	display: none;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#body {
	background-image: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content {
  background-image: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.text {
text-align: left;
	background-color: #fff;
	border: none;
  width: auto;
  padding: 0;
  padding-top: 15px;
  margin: 0;
}
#tools {
	display: none;
}
}
