@charset "utf-8";
/* CSS Document */

.directions {
	width:100%;
	margin-left: 20px;
	margin-bottom:2px;
	}
.horizontalLinesMediumSlate {
	color: #76839a;
	border-bottom: medium solid #76839a;
	font-size: 12px;
	padding:2px;
	}
.horizonalLinesDashed {
	color: #4b4b4b;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 11px;
	padding:4px;
	border-bottom-color: #FFCC00;
	}

h3 {
	background-color:#B1BCB7;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	margin-right:40px;
	}
.colorHeader th {
	background-color:#B1BCB7;
	color:#666666;
	font-size:12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	}
