body {
	background-color: #A4A4A4; MARGIN: 7px 0px 7px; BORDER-LEFT: 0px
}

body, td {
	color: #000000;
	font-family: verdana;
	font-size: 11;
}

td {
	vertical-align: top;
}

td.header {
	background: #E6E6E6;
	vertical-align: middle;
}

td.title, td.midtext, td.bottom {
	border: solid #000000;
	border-width: 1px;
}

td.title {
	background: #CCCCCC;
	background-image: url(img/tablebg.png);
	text-align: center;
	font-weight: bold;
	font-size: 13;

}

td.bottom {
	background: #CCCCCC;
	background-image: url(img/tablebg2.png);
	text-align: center;
	font-weight: bold;
	font-size: 10;
}

td.midtext {
	background: #FFFFFF;
	border-top: none;
	text-align: justify;
	line-height: 1.2em;
	border-bottom: none;
}


a:link, a:visited, a.colored, a:hover.colored {
	color: #3C4650;
	text-decoration: none;
}


input, textarea, select {
	border: 1px solid grey;
	font-size: 9;
}

