/***********************************************************************
 General HTML
 reminder on margin/padding: top right bottom left
 ***********************************************************************/

body {
	font-size: 9pt;
	font-family: arial, sans-serif;
	margin: 0;
	color: #333333;
	background-color: white;
}
th, td, p {
	font-size: 9pt;
	line-height: 13pt;
	margin-top: 0px;
}
ul, ol {
	font-size: 9pt;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
}
li {
	/* Firefox ... a bit strange at rendering list-style-image. */
	font-size: 9pt;
	list-style-image: url(/list_bullet.gif);
	line-height: 12pt;
	padding: 0px 0 2px 1px;
	margin: 0 0 0 5px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 11pt;
	color: #444444;
	background-color: transparent;
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	color: #444444;
	background-color: transparent;
}
h3 { 
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	color: #444444;
	background-color: transparent;
}
h4 {
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	color: #444444;
	background-color: transparent;
}
h5 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	color: #444444;
	background-color: transparent;
}
a:link { 
	color: #065990;
	background-color: transparent;
}
a:visited {
	color: #065990;
	background-color: transparent;
}
a:hover { 
	color: red;
	background-color: transparent;
}
input, textarea {
	font-size: 9pt;
}
img {
	border-width: 0;
}
hr {
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
pre {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}

/***********************************************************************
 Tables
 ***********************************************************************/

.mytablebanner, .mytablebanner td {
	font-size: 10pt;
	font-weight: bold;
	color: #444444;
	background-color: transparent;
}
.mytableframe {
	font-size: 9pt;
	padding: 0px; 
	border: 1px solid #999999;
	color: black;
	background-color: white;
}
.mytable {
	padding: 0px; 
	font-size: 9pt;
	color: black;
	background-color: white;
}
.mytable td {
	border-bottom: 1px solid #DDDDDD;
}
.mytableh1 {    /* Table header row with background image */
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	color: #444444;
	background: #CCCCCC url(/menubar.png) no-repeat;
}
.mytableh2 {    /* Table header row without background image */
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	color: #444444;
	background-color: #CCCCCC;
}
.tablealt {    /* A slightly off-white color for alternate rows */
	color: black;
	background-color: #DDDDDD;
}

/* Old Tables (Deprecated) */
.tablem {    /* Overall table style */
	padding: 0px; 
	font-size: 9pt;
	border: 1px solid #999999;
}
.tableh {    /* Table header row */
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: #7081B1;
	text-decoration: none;
}
.tablesh {    /* Table sub-header row */
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	background-color: #CCCCCC;
}
.tableunderline {    /* For underlining a table cell */
	border-bottom: 1px solid #CCCCCC;
}
.highlight{  /* alt row highligh */
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background-color: #DDDDDD;
	text-decoration: none;
}
