body {
	margin-top:20px;
}
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


/* TEXT */
.small {
	font-size:10px;
	color:#767273;
}
.header {
	font-size:15px;
}
.h_green {
	font-size:15px;
	color:#4b6321;
}
.grey {
	font-size:10px;
	color:#757575;
}
.error {
	font-size:12px;
	color:#990000;
}
.success {
	font-size:12px;
	color:#4b6321;
}


/* LINKS */
a:link,a:active,a:hover,a:visited {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.bold:link,a.bold:active,a.bold:hover,a.bold:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.grey:link,a.grey:active,a.grey:visited {
	font-size:10px;
	color:#757575;
	text-decoration:none;
}
a.grey:hover {
	font-size:10px;
	color:#757575;
	text-decoration:underline;
}


/* OTHER */
img {
	border:none;
}
form {
	display:inline;
}
.txt {
	width:200px;
}