@charset "ISO-8859-1";
.toprepeat {
	background-image: url(images/toprepeat);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whiterepeat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	background-image: url(images/whiterepeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.vertical {
	background-image: url(images/verticalline.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
.copysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000;
}
.link {
	text-decoration: none;
}

