body {
	font-family:verdana;
	color:#333333;
	background-color: #ffffff;
	background-image: url("images/bgtop.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	margin: 30px 0 15px 0;
	font-size: 14px;
}
a:link, a:visited {
	color: #308000;
	text-decoration: none;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}
#tt {
	font-family:verdana;
	font-weight: bold;
	color:#308000;
	font-size: 13px;
	margin: 0 0 5px 0
}
#tp {
	font-family:verdana;
	font-weight: bold;
	color:#000000;
	font-size: 18px;
}
#tb {
	width:350px;
	text-align: justify;
	border-style: solid;
	border-width: 2px;
	padding: 12px;
	background-color: #d7f0c8;
	border-color: #308000;
}
#tc {
	text-align: center;
	font-size: 11px;
}