body {
	min-width:866px;
	overflow:hidden;
	margin: 2px; 
	font: 8pt tahoma, helvetica, sans-serif; 
	color: #333333; 
	text-decoration: none
}


table {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
    	border-collapse: collapse;
	 
}


td.left {
	background: url(images/HeaderLeft.gif);
	background-repeat: no-repeat;
	width: 369px;
	height: 62px;
}

td.middle {
	background: url(images/HeaderMiddle.gif);
	background-repeat: repeat-x;
	height: 62px;
	width: auto;
}

td.right {
	background: url(images/HeaderRight.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 62px;
}

a {
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 50px; 
	COLOR: #cc6600; 
	FONT-FAMILY: tahoma,helvetica,sans-serif; 
	TEXT-DECORATION: none
}

a:visited {
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 50px; 
	COLOR: #cc6600; 
	FONT-FAMILY: tahoma,helvetica,sans-serif; 
	TEXT-DECORATION: none
}

a:hover {
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 50px; 
	COLOR: #4B8BC7; 
	FONT-FAMILY: tahoma,helvetica,sans-serif; 
	TEXT-DECORATION: underline
}

h1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 160%; 
	MARGIN: 15px 15px 8px; 
	COLOR: #003366; 
	FONT-FAMILY: tahoma,helvetica,sans-serif; 
	TEXT-DECORATION: none
}

h2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 140%; 
	MARGIN: 6px 15px; 
	COLOR: #999900; 
	FONT-STYLE: italic; 
	FONT-FAMILY: verdana,helvetica,sans-serif; 
	TEXT-DECORATION: none
}

h3 {
	MARGIN: 12px 15px 6px; 
	FONT: bold italic 8pt verdana, arial, helvetica, sans-serif; 
	COLOR: #cc6600; 
	TEXT-DECORATION: none
}

li {
	MARGIN-BOTTOM: 5px
}

.cell1 {
	background:#F5F4E7; 
	font-family:arial,sans-serif; 
	font-size:9pt; 
	height:19px; 
	border:1px solid grey
}

.cell2 {
	background:#EBEAD8; 
	font-family:arial,sans-serif; 
	font-size:9pt; 
	height:19px; 
	border:1px solid grey
}

div.scroll {
	height:90%;
	width:100%;
	overflow:auto;
	padding:10px;
}

pre {
	background-color:#F0F0F0; 
	color:#000000;
	font-family:monospace;
	font-size:8pt; 
	padding:10px;
}