BODY {
	background: url(bgcol.gif);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: 8EA1A7;

	scrollbar-face-color: 8EA1A7;
	scrollbar-shadow-color: 000000;
	scrollbar-highlight-color: 8EA1A7;
	scrollbar-3dlight-color: 8EA1A7;
	scrollbar-darkshadow-color: 8EA1A7;
	scrollbar-track-color: 8EA1A7;
	scrollbar-arrow-color: 000000;

	direction: rtl;
}

#image {
	right: 0px;
	top: 0px;
	position: absolute;

	direction: ltr;
}

#text {
	right: 10px;
	top: 300px;
	position: absolute;
	width: 280px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: 632C27;
	text-align: justify;

	direction: ltr;
}

.subtitle {
	font-size: 9px;
	text-decoration: underline;
	letter-spacing: 1px;
}

.form {
	background-color: 8EA1A7;
	border-width: 0px 1px 1px 0px;
	border-color: 000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: 632C27;
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	color: 996666;
}

A:hover {
	color: 8BA3A5;
	border-style: dashed;
	border-width: 0px 0px 1px;
	border-color: 632C27;
	text-decoration: none;
}
