/* Scripting by Stefan Stolk - Dynasoft.nl */

html, body {
	margin: 0px;
	height: 100%;
}

.tablecontainer {
	width: 800px;
	color: #333333;
	font-family: verdana;
	font-size: 12px;
}

.td1 {
	width: 150px;
	height: 155px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.td2 {
	width: 650px;
	text-align: center;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

.td3 {
	vertical-align: top;
	padding-left: 8px;
	border-right: 1px solid #333333;
}

.td4 {
	vertical-align: top;
	height: 600px;
	border-right: 1px solid #333333;
	overflow: scroll;
}

.td5 {
	border-right: 1px solid #333333;
}

.td6 {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	height: 10px;
	bottom: 0px;
	margin: 0px;
	padding-bottom: 0px;
	border-right: 1px solid #333333;
	vertical-align: bottom;
}

A.general { 
	color: #333333;
	text-decoration: none;
}

A.general:visited {
	color: #333333;
	text-decoration: none;
}

A.general:hover { 
	color: #254881;
	text-decoration: underline;
}

A.black { 
	color: #333333;
	text-decoration: underline;
}

A.black:visited {
	color: #333333;
	text-decoration: underline;
}

A.black:hover { 
	color: #254881;
	text-decoration: underline;
}

A { 
	color: #333333;
	text-decoration: underline;
}

A:visited {
	color: #333333;
	text-decoration: underline;
}

A:hover { 
	color: #254881;
	text-decoration: underline;
}
.button {
	font-family: verdana;
	font-size: 11px;
	height: 18px;
	color: #000000;
	border: 2px solid;
	background-color: #CCCCCC;
}

