body {
	background: #FFFFFF;
	color: #000000;
	font: 8pt verdana, arial;
	margin: 0 0 0 0;
}

.imgpointer {
border:0px;
margin-bottom:-2px;
cursor: hand;
cursor: pointer;
}
#opacity a img,
#opacity a:visited img {
filter: alpha(opacity=30);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30 );
-moz-opacity: 0.30;
opacity:0.3;
}
#opacity a:hover img {
filter: alpha(opacity=90);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.90;
opacity:0.9;
}


th {
	font: bold 8pt verdana, arial, helvetica, serif;
}

td {
	font: 8pt verdana, arial, helvetica, serif;
}

sup {
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #0010A0;
}

a:link {
	text-decoration: none;
	color: #0010A0;
}

a:active {
	text-decoration: none;	
	color: #0010A0;
}

a:hover {
	text-decoration: underline;
	color: #0010A0;
}


textarea {
	width: 80%;
	height: 80px;
}

.header {
	font-weight: bold;
	font-size: 10pt;
}

table.main_page {
	border:	1px solid #AAAAAA;
}

td.menu_cell {
	border:	1px solid #AAAAAA;
}

td.menu_cell_bold {
	font-weight: bold;
	font-size: 12pt;
	border:	1px solid #AAAAAA;
}


td.body_cell {
	border:	1px solid #AAAAAA;
}

td.line {
	height: 1px;
	background: #BBBBBB;
	padding: 0 0 0 0;
}

table.sample {
	border:	0px;
	padding: 0 0 0 0;
}

th.cell {
	background: #444444;
	color: #FFFFFF;
	font-weight: bold;
}

th.cell_bold {
	background: #444444;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
}

td.cell_light {
	background: #F0F3FF;
}

td.cell_dark {
	background: #F0FAFF;
}

td.cell_light_sel {
	background: #FFFDF0;
}

td.cell_dark_sel {
	background: #F5EAE0;
}

td.cell_light_gr {
	background: #F3F3F3;
}

td.cell_dark_gr {
	background: #EDEDED;
}

td.cell_light_sel_gr {
	background: #F0F0F0;
}

td.cell_dark_sel_gr {
	background: #E0E0E0;
}


font.tie {
	color: #222222;
}

font.win {
	color: #00AA00;
}

font.lose {
	color: #AA0000;
}

font.light {
	color: #AAAAAA;
}
