@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #414141;
}
.linksStyle {
	color: #000000;
}
.demoImgStyle {
	background-position: top;

}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D9D9D9;
	font-weight: bold;
	font-size: 10pt;
	list-style-type: disc;
	text-align: left;
}
.tableStyle {
	border: 1px solid #D9D9D9;
}
.smallerParagraph_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d6d6d6;
	font-weight: normal;
	font-size: 8pt;
	list-style-type: disc;
}
.smallerParagraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D9D9D9;
	font-weight: bold;
	font-size: 8pt;
	list-style-type: disc;
}

.cellBrder {
	border: 1px solid #000000;
	background: #000000;
}
.paragraphBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9pt;
	list-style-type: disc;
	text-align: center;
}
.style1 {
	font-size: x-small
}
.pBold {
	font-size: medium;
	font-weight: bold;
	color: #d7d7d7;
}
.yellowLink_sm {
	color: #FFFF99;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}
.yellowLink {
	color: #FFFF99;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
}
