/* media:print */

@page { size: landscape; }

body {
	width: 96%;
	margin: 0 auto;
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 150%;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {line-height: 130%;}

h1{font-size: 170%; border-bottom: 1px solid #000; padding-bottom: 5px;}

h2{font-size: 140%;}

h3{font-size: 120%;}

h4{font-size: 100%;}

h5{font-size: 80%;}

h6{font-size: 70%;}

ul ul,
ol ol,
ul ol,
ol ul
{margin-top: 10px; margin-bottom: 10px;}

li {margin-bottom: 5px;}

select, option, input, textarea {font-family: "Courier New", Courier, monospace;}

#header, .topContainer, .printIcons, #leftColumn-internal, #footer ul  {
	display: none;
	}

table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-collapse: collapse;
	clear: both;
}

table caption{
	font-weight: bold;
	padding: 10px 5px 4px 5px;
}

table tr td{
	border: 1px solid #000;
	padding: 5px 10px;
	vertical-align: top;
}

table th{
	padding: 3px;
	border: 1px solid #000;
}

.hidethis {
	position:absolute;
 	left:0px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

.clr {clear: both;}

.center {text-align: center;}

.right {text-align: right;}

img {border: 0;}

.fltRight{float:right;margin-left:15px; margin-bottom: 2px;}

.fltLeft{float:left; margin-right:15px; margin-bottom: 2px;}

hr {clear: both;}

.picGal{text-align:center;}

#footer {border-top: 3px solid #000; margin-top: 15px; padding-top: 5px;}

.copyright {margin: 0; padding: 0;}