.vline {
	background-attachment: fixed;
	background-image: url(img/vline.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.hline {
	background-attachment: fixed;
	background-image: url(img/hline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.twe {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.con {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}
a.twe:hover {
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 1px solid #A1A1A1;
}
.input {
	font-size: 12px;
	color: #000000;
}
a.con:hover {
	color: #000000;
	text-decoration: underline;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.white {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
}
