form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	font-family: arial,sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.txt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.dotted
{
	border-top: 1px dashed black;
}

.txt a:link {color: #F4B900; text-decoration: none; font-weight: bold;}
.txt a:active {color: #F4B900; text-decoration: none; font-weight: bold;}
.txt a:visited {color: #F4B900; text-decoration: none; font-weight: bold;}
.txt a:hover { color: #9F7903; text-decoration: none; font-weight: bold;}

.warning
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.success
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
}

hr
{
	height: 1px;
	color: black;
}