.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: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.con {
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.twe:hover {
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 1px solid #A1A1A1;
}
.input {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.con:hover {
	color: #000000;
	text-decoration: underline;
}
.title {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white {
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
