/* CSS Document */

/* Global Page Centering */
#centered {
	position: absolute;
	width:883px;
	height:680px;
	top: 0px;
	left: 50%;
	margin-top: 0px;  /* half of height */
	margin-left: -441px; /* half of width */
	text-align: center;
	z-index: 2;
}

/* Links */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #8AB8E9;
}
a:active {
	text-decoration: none;
}

/* Text */
.contactPageBodyText {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	list-style-type: circle;
	list-style-position: inside;
}
.contactPageHeader { color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}
.style1 { color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.style2 {color: #FF0000}
.style3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
}
.style6 {font-size: 12px}
.style7 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
}
.style23 {
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}
.style24 {color: #FFFFFF}

/* No Display Layers */
#LayerNoDisplay {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:1038px;
	z-index:1;
}

/*DT Logo*/
#dtlogo {
	/*position:inherit;*/
	left:50%;
	width:100%;
	height:32px;
	z-index:2;
	text-align:center;
}

/* group style 
.noPrint #Layer48 #Layer82 .contactPageHeader .style17 .style23 {
}*/
