/* CSS Document */
body,td,th {
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

#Top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
	color: #FFFFFF;
}
#Top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Top a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#Top a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#Top a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.List {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.red {
	color: #FF0000;
}
.ListImg {
	border: 1px solid #006600;
}



.Bottom {
	color: #CCCC99;
}
