@charset "ISO-8859-1";

/* The backround color is an off-white set to a repeating image. Preferred font is Arial.  */
body.Copy{
font-family:Arial, sans-serif;
font-size:14px;
background-image: url(images/common/colors/middlecopy.gif);
background-repeat:repeat;
}

/* Sets the look of the headings for every page using a heading.  */
td.Heading {
line-height:24px;
font-size:14px;
font-weight:bold;
color:#080808;
}

/* Use this font for most page content. */
td.VerticalCopyMiddle {
line-height:18px;
font-size:12px;
color:#3B3B3B;
}

/**/
asp.VerticalCopyMiddleGrid {
/*line-height:18px;*/
font-size:10px;
color:#3B3B3B;
}

/* Use this font if you really need to emphasize content that is not bolded. */
td.VerticalCopyMiddleDark {
line-height:24px;
font-size:14px;
color:#080808;
}

/* Hyperlinks are branded in Company Color. They go Bold on Hover and Active. */
a.BlueLinks {
text-decoration:none;
font-size: 14px;
color: #3B3B3B;
}
a:link.BlueLinks {
color: #3B3B3B;
}
a:visited.BlueLinks {
color: #3B3B3B;
}
a:hover.BlueLinks {
color: #5998c9;
font-weight: bold;
}
a:active.BlueLinks {
color: #5998c9;
font-weight: bold;
}

/* Bolded Version of Branded links */
a.BlueLinksContacts {
text-decoration:none;
font-size: 14px;
font-weight:bold;
line-height:24px;
color: #080808;
}
a:link.BlueLinksContacts {
color: #080808;
}
a:visited.BlueLinksContacts {
color: #080808;
}
a:hover.BlueLinksContacts {
color: #5998c9;
}
a:active.BlueLinksContacts {
color: #5998c9;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}