div.content {
	background-image: url("gfx/textblock_content.png");
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border: 0px dotted #000; 
	width: 657px;
	overflow: hidden;
	padding-left: 10px;
	line-height: 17px;
	background-repeat: repeat-y;
	z-index: 1;
}

div.top {
	width: 657px; 
	height: 42px;
	background-image: url("gfx/textblock_top.png");
	background-repeat: no-repeat;
	z-index: 1;
}

div.bottom {
	width: 657px; 
	height: 42px;
	background-image: url("gfx/textblock_bottom.png");
	background-repeat: no-repeat;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

h1
{
    font-size: 14px;
    color: #000000;
    font-family: verdana;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

a:link, a:active, a:visited {

	color: #000000;
	font-weight: normal;

}

a:hover {

	color: #ff4c00;
	font-weight: normal;
	cursor: default;

}