/* CSS Document for livecut */
/* $Id: //depot/LiveCut/src/web/liveCut.css#10 $ */

body {
	background-color: #000000;
}

/* the header with image */

#header {
	width: 740px;
	height: 180px;
	background: #816A93;
	background-image: url(images/dfb-header2.jpg); 
	position: relative;
}


/* general text styles */

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: 400;
}

.notImpld {
	color: #AAAAAA;
}

li {
	color: #000000;
}


.infoText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000; /* #CCCCCC; */
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #DFAC4F;
}

.spacer-dots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D5ECFF;
}


/* hyperlinks */

a:link {
	color: #A50525;
	font-weight: 500;
	text-decoration: underline;
}

a:visited {
	color: #DCA53D;
	font-weight: 400;
	text-decoration: underline;
}

a:hover {
	color: #E9C583;
	font-weight: 400;
	text-decoration: none;
}

a:active {
	color: #E9C583;
	font-weight: 400;
	text-decoration: none;
}



.h1Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	color: #A50525;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.h2Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #034FB4;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.h3Text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #034FB4;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.h3Black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.h4Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-style: normal;
	color: #034FB4;
	font-weight: 600;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}
