@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(../images/digiback.jpg);
}
td.underline {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #EB9B20;
}
.headline {
	text-transform: uppercase;
	color: #F6AF39;
	font-weight: bold;
}
td.underlinesmall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EB9B20;
}
td.underlinemaintable {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
img.imgoutline {
	border: thin solid #999999;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB9B20;
	text-align: center;
}
a:link {
	color: #EB9B20;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #F2C179;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #FFFF66;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.sectionheaders {
	font-size: 12pt;
	font-weight: bold;
}
td.underlinesmallgrey {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
td.outline {
	border: thin solid #999999;
	background-color: #606060;
}
