body { 
	background-image:
		url('images/bg_main.jpg');
		background-repeat: repeat-x;
}

p {
	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	color: #d5eb87;
	margin-top: 14px;
	margin-bottom: 14px;
}

p.title {
	font-size: 25px;
	font-family: Garamond, Times New Roman;
	line-height: 25px;
	color: #eeff5a;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.smalltext {
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	color: #d5eb87;
	margin-top: 12px;
	margin-bottom: 12px;
}

ul {
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	text-align:justify;
	color: #d5eb87;
	margin-top: 12px;
	margin-bottom: 12px;
}

div.hidden
	{
	visibility : hidden;
}

div.regular {
	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	color: #d5eb87;
	margin-top: 2px;
	margin-bottom: 2px;
}

a:link {
	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	color: #ffef45;
	text-decoration:none;
}

a:visited {
	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	color: #ffef45;
	text-decoration:none;
}

a:hover {
	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	color: #4f4f25;
	text-decoration:none;
}

input
	{
	font-family: Arial;
	font-size: 13px;
	color: #e9de58;
	background: #635d16;
	border: 1px solid #9c933a;
	}

textarea
	{
	font-family: Arial;
	font-size: 13px;
	color: #e9de58;
	background: #635d16;
	border: 1px solid #45410f;
	}

.submit input
	{
	color: #e9de58;
	background: #bcb239;
	border: 2px outset #9e952e;
	} 
