/* CSS Document */

body {background: #FFFFFF;color: #666363;}
table {
	/*border: 1px solid #cccccc;*/
	width: 400px;
}
td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 72%;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
	}
a {
	color: #666363;
	text-decoration: none;
	border-bottom: 1px dotted #666363;
	}
a:hover {
	border-bottom: 1px solid #666363;
	}
a.image{border-bottom: 0}
a.image:hover {border-bottom: 0}