#popOutBox
{
	border: 2px solid #2c529b;
	padding: 0px;
	display: none;
	font-size: 12px;
	z-index: 30;
	width: 580px;
	font-family: Arial;
	position: absolute;
	height: 420px;
	background-color: #ffffee;
}

#popOutBoxOrig
{
	border: 2px solid #2c529b;
	padding: 0px;
	display: none;
	font-size: 12px;
	z-index: 30;
	width: 580px;
	font-family: Arial;
	position: absolute;
	background-color: #ffffee;
}


#close
{
	position: relative;
	left: 760px;
}

#cover
{
	z-index: 20;
	filter: alpha(opacity=0);
	left: 0px;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: #a0a0a0;
	opacity: 0.0;
}


#coverOrig {
	width: 100%;
	background-color: #333333;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity:0.75;
	filter:alpha(opacity=75);
	z-index: 20;
}

.regularFont
{
	font-size: 11px;
}

.headerFont
{
	font-weight: bold;
	font-size: 14px;
	color:  #2c529b;
}

.subHeaderFont
{
	font-weight: bold;
	font-size: 12px;
	color:  #2c529b;
}


.docTitle
{
	font-size: 18px;
	font-weight: bold;	
}

.contact
{
	font-size: 10px;
	color: #416298;
}

.windowLabel
{
	padding-left: 10px;
	padding-top:  0px;
	padding-bottom: 0px;
	padding-right:  0px;
	font: caption;
	background-color: #2c529b;
	color: White;
}

a.windowlabel
{
	font: caption;
	color: white;
	font-size: 10px;
	background-color: #2c529b;
}

.windowFooter
{
	padding-left: 10px;
	padding-top:  3px;
	padding-bottom: 3px;
	padding-right:  0px;
	font-size: 12px;
	background-color: #2c529b;
	color: White;
	vertical-align: bottom;
}


