body {
	font-family: arial; font-size: 12px;
	color: #2d2d2d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: arial; font-size: 12px;
	color: #000000;
}

img { 
	border:0px;
}

a:visited {
	text-decoration: none;
	color: #53c628;
}
a:active {
	text-decoration: none;
	color: #53c628;
}
a:link	{
	text-decoration: none;
	color: #53c628;
}
a:hover	{
	text-decoration: underline;
	color: #53c628;
}


ul {
	list-style-type: square;
	padding:0px;
	margin-left:23px;
	margin-bottom:7px;
	margin-top:0px;
	
}

.catname {
	color:#2d2d2d;
	font-size:14px;
	font-weight:bold;
}

#thumbnail{
position: absolute;
width: 418px;
visibility: hidden;
z-index: 100;
}

.col1 {
	background-color:#ececec;
	border-bottom:1px solid #ffffff;
	height:22px;	
	padding-left:10px;
}

.col2 {
	background-color:#ececec;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	text-align: center;
	
}

.question {
	font-weight:bold;
}
.answer {
	padding-top:5px;
	padding-bottom:20px;
}