a {
	color: #009933;
	text-decoration: none;
}

a:visited {
	color: #009933;
}

a:hover {
	color: #009933;
	text-decoration: underline;
}

a:active {
	color: #009933;
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-color: #F7F1DD;
	background-repeat: repeat-x;
}

td {
	color: #333;
	text-align: left;
	vertical-align: top;
}
form { margin: 0; }
input, textarea { padding: 0px; }


.text-xl { font-size: 16px; line-height: 22px; }

.text-l  { font-size: 14px; line-height: 20px; }
.text-lw { font-size: 14px; line-height: 22px; }
.text-ln { font-size: 14px; }

.text-m  { font-size: 12px; line-height: 18px; }
.text-mw { font-size: 12px; line-height: 20px; }
.text-mn { font-size: 12px; }

.text-s  { font-size: 10px; line-height: 15px; }
.text-sw { font-size: 10px; line-height: 17px; }
.text-sn { font-size: 10px; }

.text-xs { font-size: 9px;  line-height: 120%; }

.info {
	font-size:14px;
	color:#006633;
	padding: 2px 0;
	line-height: 140%;
	font-weight: bold;
	right: 15px;
}

input    { font-size: 12px; color: #333; }
select   { font-size: 12px; color: #333; }
textarea { font-size: 12px; color: #333; }
li {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

sup { font-size:8px; }
