/* CSS Document */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height:100%;
}
h1 {
	font-size: 16px;
	color:#006633;
	border-bottom:#006633 1px solid;
}
h2 {
	font-size: 14px;
}

.link {
	font-size:12px;
	color:#339933;
	font-weight:bold;
}
.link a{
	color:#339933;
	text-decoration:none;
}
.link a:visited{
	color:#339933;
	text-decoration:none;
}

.link a:hover{
	color:#006633;
	text-decoration:underline;
}
.maintext {
	font-size:14px;
}
.podval {
	font-size:10px;
	font-weight:lighter;
	}
.begun {
	position:relative;
	clear:both;
	float:right;
	width:250px;
	height:auto;
	margin:10px;
}
.ablock {
	display:block;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
/*	border-left: 1px solid #993300; */
	border-top: 1px solid #339933;
	border-bottom:1px solid #339933;
/*	border-right:1px solid #993300; */
	}
.ablock span.title {
	font-size:8px;
	text-transform:uppercase;
	color:#000000;
	clear:both;
	float:left;
	}