@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-top: 2pt;
	margin-right: 0px;
	margin-bottom: 2pt;
	margin-left: 0px;
}
p.centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	margin-top: 1pt;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}


h1 {
	font-size: 16pt;
	color: #666666;
}
h2 {
	font-size: 14pt;
	color: #666666;
}
h3 {
	font-size: 12pt;
	color: #666666;
}
h4 {
	font-size: 10pt;
	color: #666666;
}

/* CSS Document */

#bodyContainer {
	margin: 0px;
	padding: 20px;
	clear: both;
	float: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#logoETC {
	text-align: center;
	vertical-align: middle;
	width: 130px;
	clear: both;
	float: none;
}

div.centeredContent {
	text-align: center;
	vertical-align: middle;
}
.centeredContent {
	text-align: center;
	vertical-align: middle;
}
.centeredContent  p,div{
	text-align: center;
	vertical-align: middle;
}
td.centeredContent {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
td.centeredContentRule {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88888B;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


div.bodyContainer {
	width: 100%;
	align: center;
	text-align: center;
	vertical-align: top;
	height: 100%;
	position: static;
	display: block;
	clear: none;
	float: none;
}
