body {
	background-color: #CCCCCC;
	margin: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
td.content {
	padding: 15px;
	vertical-align: top;
	width: 570px;
	overflow: hidden;
}

td.frame {
	border: none;
}

td.nav_item {
	background-image: url(../images/frame/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
	height: 27px;
	width: 160px;
	padding-left: 15px;
	line-height: normal;
}
a {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0791D2;
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 20px;
	padding-left: 20px;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a.nav_item {
	color: #000000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0791D2;
	padding-right: 10px;
	padding-left: 5px;
	margin: 0;
}

hr {
  height: 1px;
  color: #0791D2;
}

@media print {
  
  td.frame {
    display: none;
  }
  
}