@charset "utf-8";
/* CSS Document */


#myContent{
	height: 610px;
	width: 710px;
	margin-top: 15px;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

table.list{
	margin-top: 10px;
	clear: both;
	margin-bottom: 15px;
}

table.list td{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

table.list td.grey{
	background-color: #f7f7f7;
}

table.list td a{
	color: #0D70B9;
	text-decoration: underline;
}

table.list td a:hover{
	color: #C00;
}
table.list img.date{
	margin-right: 5px;
}


.tdmargin {
	padding-left: 12px;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
}
.tdmargin2 {
	padding-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #333333;
	font-size: 12px;
	line-height: 130%;
}

