.border_bottom {
	background-image: url(../images/border_x.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.border_right {
	background-image: url(../images/border_y.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.table_format {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
.table_format_line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-attachment: fixed;
	background-image: url(../images/border_x.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.text_bold {
	font-weight: bold;
}
.form_gap {
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.text_title {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
a:link {
	color: #9E0063;
	text-decoration: none;
}
a:visited {
	color: #9E0063;
	text-decoration: none;
}
