body {
	background: #FFFFFF;
	font-size: 8pt;
        font-family: Verdana, Arial, Helvetica;
}

table {
	font-size: 10pt;
}

table.invisible {
        border-collapse: collapse;
        border-width: 0px;
        padding: 0px;
        width: 100%;
}

a.list {
	//text-decoration: none;
}

a.list:hover {
	color: black;
	//text-decoration: underline;
}

table.list {
	border-color: #BB0000;
	border-style: solid;
	border-width: 2;
	font-size: small;
	width: 100%;
}

table.list_no_size {
	border-color: #BB0000;
	border-style: solid;
	border-width: 2;
	font-size: small;
}

tr.list:hover {
	background: #F0F0F0
}

tr.header {
	background: #DD0000;
}

td {
	padding: 4px;
}

img {
	border: 0px;
}

a:link, a:visited { 
	color: black;
}

a:hover {
	color: #888888;
}

div.main {
	margin-left: 300px;
	margin-right: 300px;
	background: green;
}

td.sellaband-icon {
	width: 16px;
}

th.shrunk {
	width: 16px;
}

td.shrunk {
	width: 16px;
}

td#top {
	background-position: 100%;
	background-repeat: no-repeat;
}

div#topMenu {
	text-align: right;
	margin-right: 20px;
}

div#topMenu a{
	text-decoration: none;
	color: black;
}

div#topMenu a:hover {
	color: black;
	font-weight: bold;
}

div#topMenu a:visited {
	color: black;
}

textarea {
	overflow: auto;
	background: #888888;
	color: #444444;
	border: solid 1px #444444;
	width: 60%;
	height: 150px;
}

input.button {
	background: #888888;
	color: #444444;
	border: solid 1px #444444;
}

input.field {
	background: #888888;
	color: #444444;
	border: solid 1px #444444;
	width: 60%;
}

td#main {
	border-color: #000000;
	border: dotted;
	border-width: 2;
}

div.news table {
        border-collapse: collapse;
	width: 70%;
	border-width: 1px;
	border: solid;
	border-color: red;
}

div.news td.news_head {
	font-weight: bold;
	background: #F0F0F0;
	
}
div.news td.news_date {
	text-align: right;
	width: 0;
	background: #F0F0F0;
}

div.news td.news_body {
	background: white;
}


