body {
	background-image: url(images/base.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-size: 14px;
	line-height: 24px;
}

.border {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}
.pngfix {
}
.small {
	font-size: 12px;
}
.large {
	font-size: 16px;
	font-weight: bold;
}
a:visited {
	color: #0B4D70;
	text-decoration: none;
}
a:link {
	color: #1273A7;
	text-decoration: none;
}
a:hover {
	color: #4D96BD;
	text-decoration: none;
}
.btn {
}
