/* CSS body */
body{
	margin: 10px 20px 10px;
}
h1{
	margin: 30px 0px 15px;
	font: italic bold 24px Georgia, "Times New Roman", Times, serif;
	color: #A12369;
}
pre {
	font-family: "Courier New", Courier, mono;
	color: #990000;
	font-weight: bold;
}
pre .comment {
	color: #666666;
	font-weight: normal;
}
form label {
	width:100px;
	text-align:right;
	padding: 4px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	clear: left;
}

/* CSS info class */

#info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;;
	position: absolute;
	left: 630px;
	top: 76px;
	overflow: visible;
	visibility: visible;
	z-index: 2;
	right: 0px;
}

/* CSS content class */
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	position: absolute;
	left: 15px;
	right: 10px;
	width: 600px;
	overflow: visible;
	visibility: visible;
	z-index: 2;
	right: 0px;
	top: 77px;

}

a{ 	color: #6FA000;
	text-decoration: underline; 
}
a:visited{ 
	color: #6FA000; 
}
a:hover{
	color: #CCCCCC;
}
a:active{ 
	color: #666666; 
}
#content h3 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #666666;
	font-size: 12pt;
}
#content h4 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #000000;
	font-size: 13px;
}
#content ul {
	 list-style-type: square;
}
#content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3;
	border: thin solid #000000;
}
#content td {
	vertical-align: top;
}
.punt{
	padding: 4px;
	border: 1px #6FA000 solid;
	background-color: #99CC00;
	color:#FFFFFF;
}
