/*
 * [TOPICS CGI Template CSS]
 * c 2007 MAJ All Rights Reserved.
 */
 
body{
	color:#CCCCCC;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
	scrollbar-face-color: #666666;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	padding-top: 0px;
	margin-top: 5px;
	background-color: #666666;
	overflow-x:hidden;   
    overflow-y:auto;   
}
a{
	color:#CCCCCC;
	text-decoration: none;
}
a:hover{
	color:#CCCCCC;
	cursor: auto;
	text-decoration: underline;
}
tr{
	line-height: 18px;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table {
	width: 300px;
	margin-bottom: 10px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	width: 70px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
td {
	vertical-align: top;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

img {
}
.conment {
	width: 110px;
	margin-right: 5px;
	margin-left: 5px;
}
