@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #787878;
}
div.vLineDIV {
	background-image: url(images/v_line_div.png);
	background-repeat: repeat-y;
	width: 10px;
	background-position: center;
	position: relative;
	z-index: 0;
}
div.hLineDIV {
	background-image: url(images/h_line_div.png);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
	height: 10px;
	z-index: 0;
}

td.rightBorder {
	background-image: url(images/v_line_div.png);
	background-repeat: repeat-y;
	background-position: right;
}
td.bottomBorder {
	background-image: url(images/h_line_div.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 20px;
	margin-left: 20px;
}
.strongTitle {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 17px;
}
.strongBlack {
	font-size: 12px;
	font-weight: bold;
	color: #121212;
}
a.documentLink {
	color: #274fa2;
	text-decoration: underline;
}
div.docDescription {
	font-weight: bold;
	color: #121212;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	visibility: hidden;
	display: none;
}

a.documentLink:hover {
	text-decoration: none;
}
a.bottomLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
a.bottomLink:hover {
	text-decoration: none;
}
.ltGreyText {
	color: #CCCCCC;
}
td.bottomBorderSolid {
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
