html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 100px 20px 20px 20px;
	background-color: #CCC;
	background-image: url(../support/dgLogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-size: 12px;
	text-align: left;
	text-indent: 40px;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
}
a {
	display: inline;
	padding: 2px;
	color: #936;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	line-height: 140%;
	color: #036;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	text-align: center;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a.button {
	margin-right: 4px;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
	background-color: #036;
	text-align: center;
	border: 1px solid #fff;
	margin-left: 10px;
	text-decoration: none;
}
a.button:hover {
	color: #036;
	background-color: #fff;
	border-color: #036;
}
ol.privacyListAlpha li {
	list-style-type: upper-alpha;
}
ol.privacyListNum li {
	list-style-type: decimal;
}
ul.privacyListDisc li {
	list-style-type: disc;
}
span {
	font-size: 120%;
	color: #f00;
}