body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:small;
	margin:0px;
	background-image:url(img/background.jpg)
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:small;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:medium;
	font-weight:bold;
	margin-top:20px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:small;
	line-height: 18px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height: 18px;
}
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F5913;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
table.main {
	border:1px #4F5913 solid;
	background-color:#ffffff;
}


input, textarea
{
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size: 1em;
}

input[type="text"], textarea
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
width: 200px;
}

input[type="text"]:focus, textarea:focus
{
border-top-color: #444444;
border-right-color: #444444;
border-bottom-color: #444444;
border-left-color: #444444;
}