@charset "utf-8";
/* CSS Document */
table.content {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #111111;
	border-collapse: collapse;
}
table.content th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: 0px;
}
table.content td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: 0px;
}

table.main {
	background-color: #333333;
	
}


table.content td {

	font-family: verdana;
	color: #c0c0c0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-indent: 0ex;
}

A:link {text-decoration: underline; color: #c0c0c0}
A:visited {text-decoration: underline; color: #c0c0c0}
A:active {text-decoration: underline ; color: #c0c0c0}
A:hover {text-decoration: underline; color: #666699}
	