@charset "utf-8";
/* CSS Document */

.osTable{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 0;
	border-collapse:collapse;
}

.osTable a:link {color: #000000; text-decoration: none; font-weight: bold; }
.osTable a:visited {color: #000000; text-decoration: none; font-weight: bold; }
.osTable a:hover {color: #000000; text-decoration: none; font-weight: bold; }
.osTable a:focus {color: #000000; text-decoration: none; font-weight: bold; }
.osTable a:active {color: #000000; text-decoration: none; font-weight: bold; }
.osTable img {border:none;}
.osTable img {
	margin-left: 5px;
	margin-right: 10px;
}


.insetTable {
	text-align:center;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-top: 20px;
}

.insetTable td {border-bottom: 1px solid #CCCCCC}

.insetTableAlt {
	text-align:center;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-top: 20px;
}

.insetTableAlt td {border-bottom: 1px solid #CCCCCC}


.oddrow{
	background-color: #FFFFFF;
}

.evenRow{
	background-color: #f6f9ff;
}


.commentTD{
	text-align: left;
	padding: 2px 5px 2px 5px;
}

.tableHeadOpen{
	background-color: #eef2fb;
	text-align:left;
}

.tableHeadClosed{
	background-color: #E0E1E2;
	text-align:left;
	font-weight: bold;
	font-size: 1em;
}


sup {
     font-family:  helvetica sans-serif;
     font-size: 7pt;
     text-align; top;
     }