/* CSS Document */
div, td {
	font-size:8pt;
	font-family:Tahoma;
}

body {
	margin:0px;
}

th.title {
	height:30px;
	text-align:left;
	padding-left:20px;
}

td.seprate {
	height:2px;
	line-height:2px;
	font-size:0pt;
	background-color:gainsboro;
}

td.content {
	padding:10px;
}

.clear {
	clear:both;
}

li {
   list-style:disc;
}

a.link {
   text-decoration:none;
   color:#000000;
}

a.link:hover {
   text-decoration:underline;
   color:#FFFFFF;
   filter: Shadow(Strength=5,Direction=90);
}


#more {
	width:580px;
}

#more .cell {
	width:285px;
	border-top:1px #BC003D solid;
}

#more .more {
	width:285px;
}

#more .more .head {
	margin-top:2px;
	margin-bottom:2px;
	padding-left:10px;
	height:20px;
	line-height:20px;
	background-color:gainsboro;
	color:#BC003D;
}

#more .more .body {
	border-top:1px #666666 dotted;
	border-bottom:1px #CCCCCC dotted;
	padding-top:5px;
	padding-bottom:5px;
	width:285px;
	vertical-align:middle;
}

#more .more .content {
	float:left;
	width:208px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	word-break:break;
	white-space:none;
	word-spacing:normal;
}

#more .more .image {
	width:60px;
	height:60px;
	border:1px #7C7C7C solid;
	float:left;
	padding-bottom:2px !important;
	padding:2px;
	padding-bottom:0px;
	
}

#more .more img {
	border:0px;
}

#more .more .button {
	width:37;
	height:9;
	border:0px;
	padding-left:2px;
	padding-right:2px;
}


