body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: black;
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #B92828;
	color: #ffffff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url('/gfx/separator_blue.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('/gfx/separator_blue_thin.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 6px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url('/gfx/separator_red_thin.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 6px;
	margin-top: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
	margin-top: 6px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 6px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #B92828;
	text-decoration: underline;
}
a.tab {
	border-collapse: collapse;
	border-style: solid solid none solid;
	border-color: gray;
	border-width: 1px 1px 0px 1px;
	background-color: silver;
	padding: 2px 0.5em 0px 0.5em;
	text-decoration: none;
}
a.tab:hover {
	border-collapse: collapse;
	border-style: solid solid none solid;
	border-color: gray;
	border-width: 1px 1px 0px 1px;
	background-color: white;
	padding: 2px 0.5em 0px 0.5em;
      }
.panel { border: solid 1px gray; background-color: white; padding: 5px; overflow: auto;}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	color: black;
	text-decoration: none;
	background-color: transparent;
}

.copyright:visited {
	color: black;
}

.copyright:hover {
	color: black;
	text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.qcr {
	table-layout: fixed;
}

.qcr th {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.qcr th.end {
	border-right: 1px solid #333333;
}

.qcr td.framed {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

.qcr td.framedend {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.qcr td.framedbottom {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.qcr td.framedendbottom {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.qcrdate {
	font-weight: bold;
	color: #2149E0;
	background-color: transparent;
}

.qcrcomment {
	color: #ff0000;
	background-color: transparent;
}

.menu1 {
	background-color: #B92828;
	background-image: none;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	text-decoration : none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:normal;
}

.menu1:visited {
	background-color: #B92828;
	color: #ffffff;
}

.menu1:hover {
	background-color: #B92828;
	color: #ffffff;
	text-decoration : underline;
}

.menu2 {
	background-color: transparent;
	background-image: url('/gfx/plane.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 9pt;
	width: 160px;
	color: white;
	padding-left: 22px;
	padding-bottom: 6px;
	text-decoration : none;
}

.menu2:visited {
	background-color: transparent;
	color: #ffffff;
}

.menu2:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration : underline;
}

.contact {
	border-top: 1px solid #B92828;
	border-left: 1px solid #B92828;
}

.contact th {
	border-right: 1px solid #B92828;
	border-bottom: 1px solid #B92828;
	background-color: #B92828;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.contact td {
	border-right: 1px solid #B92828;
	border-bottom: 1px solid #B92828;
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

.figures {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.figures th {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #bbbbbb;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.figures td {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}

.figures td.rowlabel {
	background-color: #dddddd;
	font-weight: bold;
	text-align: left;
}

.figures td.total {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #dddddd;
	color: #B92828;
	font-weight: bold;
	text-decoration: underline;
}

.framedtable {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	cursor: default;
}

.framedtable th {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #bbbbbb;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.framedtable td {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
/*	background-color: transparent; */
	color: #000000;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.quarterly td {
	font-size: 9px;
	font-family:arial;
	text-align:right; 
	empty-cells:show;
}

.quarterly td.center {
	text-align:center; 
}

.leftbevel {
	background-image: url('/gfx/slice02.gif');
}

fieldset {
	margin-top: 8px;
	margin-bottom: 8px;
}

caption {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.attention {
	font-size: 12px;
	font-weight: bold;
}
.printout {
	padding: 3px;
}
.printout th {
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	vertical-align: bottom;
}
.printout td {
	font-weight: bold;
	text-align: left;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px none #666666;
	height: 25px;
	vertical-align: bottom;
}
.submits {
	width: 144px;
}
.framedtable td.number {
	text-align: right;
}
.framedtable tr.even td {
	background-color: #F0F0FF;
}
.framedtable tr.subrow td {
	background-color: #ffffff;
}
.framedtable tr.mainrow td {
	border-top:2px #666666;
	font-size: 12px;
}
.questionary th {
	background-color: #CCCCCC;
}
.questionary .question {
	font-weight: bold;
} 

.layoutleftmostcolumn {
	display:none;
	width: 0px;
}

.layouttopmostcolumn {
	display:none;
}

.layoutmiddlerow {
	height:0px;
}