body{
font-size: 12px;

}

#contents{
width:950px;
margin-left: auto;
margin-right: auto;
text-align: center; 
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	/*font-size: 8pt;*/
	width: 100%;
	text-align: left;
    border-spacing: 0;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	/*font-size: 8pt;*/
	padding: 4px;
}

#fxname{
border-right:2px solid #E3E3E3;
text-align:left;
}

table.tablesorter .fxtsuka{
width:5.5%;
}


table.tablesorter tbody .fxtitle{
border-right:2px solid #E3E3E3;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;

}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;

}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

#footer{
height:100%;
border-top:1px dotted #999999;
padding:10px;
margin-top:20px;
}

ul{
text-align:left;
padding:0px 0px 0px 3px;
}

li{
padding:5px 0px 5px 0px;
list-style:none;
}

#mainbody{
text-align:left;
height:100%;
}

h1 {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;

}
h2{
margin:0px;
padding:0px;
clear:both;
}
h2 img{
border:0px;
}

.rollover-red
{

padding-top:2px;
	font-size: 12px;
	font-weight: bold;

}

.rollover-red a
{
	margin: 0;
	color: #fff;
	background: #cc0000;
	text-decoration: none;
	border-top: 2px solid #ff6666;
	border-left: 2px solid #ff6666;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.rollover-red a:hover
{
	color: #fff;
	text-decoration: none;
	border-top: 2px solid #ff6666;
	border-left: 2px solid #ff6666;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
	background-color: #FF3333;
}

.first{
padding:0px 0px 0px 10px;
margin:px 0px 0px 0px;
	background-image: url(bg3.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
}