.dotted-line {
	background-image: url(../images/dotted-line.gif);
	background-repeat: repeat-x;
}
.dotted-vertical {
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 066ED4;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	line-height: 15px;

}

.table-dotted {
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 1px;

}

.bkg-top2 {

	background-image: url(../images/bkg-top2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bkg-bottom2 {
	background-image: url(../images/bkg-bottom2.gif);
	background-repeat: repeat-x;
	background-position: top;

}
.bkg-left2 {
	background-image: url(../images/bkg-left2.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.bkg-right2 {
	background-image: url(../images/bkg-right2.gif);
	background-repeat: repeat-y;
	background-position: left;

}
.nav-small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
