.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.bar-bg {
	background-image: url(images/vertical-bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.border {
	border: 1px none #CCC;
}
.border1 {
	border: 1px dotted #CCC;
}

body table tr td h2 font {
	color: #808080;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
}
.red {
	font-size: 16px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.white_links a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.white_links a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.white_links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}.strong_border {
	border: 1px solid #666;
}
