﻿a {
	color: #FF0000;
	text-decoration: none;
}
.a {
	color: #FFFFFF;
	text-decoration: none;
}
.a:hover {
	color: #BBBBBB;
	text-decoration: none;
}
a:hover {
	color: #950000;
}
img {
	border: 0;
}
table {
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	border-collapse: collapse;
}
form {
	margin: 0px;
}
input {
	border: 1px #000000 solid;
	font-family: tahoma;
	font-size: 8pt;
}
textarea {
	border: 1px #000000 solid;
	font-family: tahoma;
	font-size: 8pt;
}
select {
	border: 1px #000000 solid;
	font-family: tahoma;
	font-size: 8pt;
}
p {
	word-spacing: 0;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0;
}
legend {
	color: #006600;
}
.left {
	width: 50%;
}
.right {
	width: 50%;
	border-left: 1px dashed #000000;
}
.left-end {
	width: 50%;
	border-bottom: dashed 1px #000000;
}
.right-end {
	width: 50%;
	border-left: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
.begin {
	border-bottom: dashed 1px #000000;
}