﻿@import url("../CSS/Layout.css");

/* Text */
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt		
}

.Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt
}

.TextB
{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt
}

/* Format */
.Grid
{
	padding: 4px 4px 4px 4px;
	width: 100%;
	border-right: solid 0px transparent;
	border-top: solid 0px transparent;
	border-left: solid 0px transparent;
	border-bottom: solid 0px transparent;
}
td.Grid
{
	padding: 4px 4px 4px 4px;
	width: 100%;
	border-right: solid 0px transparent;
	border-top: solid 0px transparent;
	border-left: solid 0px transparent;
	border-bottom: solid 0px transparent;
}
.GridRow
{
	padding: 4px 4px 4px 4px;
	border-bottom: solid 1px gray;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.GridRowAlt
{
	padding: 4px 4px 4px 4px;
	border-bottom: solid 1px gray;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #efefef
}
.GridHdr
{
	padding: 4px 4px 4px 4px;
	border-bottom: solid 1px silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#E2E8E5
}
.GridRowSub
{
	border-bottom: solid 1px silver;
	padding-top: 10px;
	padding-bottom: 10px
}

tr.GridRow td a:link
{
	text-decoration: none;	
}

.Grid a:hover
{
	text-decoration: underline;
	color: #006E53;		
}

.PageHdrSub
{
	background-color:#E2E8E5;
	font-weight:bold;
	font-size: 20pt
}

.Label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt	
}
.LabelReq
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold
}
.BTN
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	border: solid 1px black;	
}

.SectionHdr
{
	background-color:#E2E8E5;
	font-weight:bold;
	font-size: 8pt
}
.Hidden
{
display:none;	
}

#divSubNavCS {
	display: block;
	text-align: left;
	padding: 10px;
}

#divSubNavCS h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B5BCBC;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin: 0px 0px 4px 0px;
}

#divSubNavCS a{
	line-height: 24px;
}

#divBodyCont h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222222;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0px 0px 16px 0px;	
}

#divBodyCont a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222222;
	text-decoration:underline;	
}

#divBodyCont a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222222;
	text-decoration:underline;	
}

#divBodyCont p:first-child
{
	margin-top: 0px;	
}

#divBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}



#divBody a.ReadMore
{
	background-image: url(../images/MOREINFO.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #000000;
	line-height:24px;	
	padding-left: 22px;
}

#divPreLoadImages
{
	display: none;		
}

div.PreLoadImages 
{
	display: none;
}

#divBody p.Leader{
	padding-left: 10px;
	font-size: 12px;
	
}

#divBody p.Leader strong a:link{

text-decoration: none;
color: #006E53;
}

#divBody p.Leader strong a:visited{

text-decoration: none;
color: #006E53;

}

#divBody span.Leader{
	padding: 1px 0px 2px 4px; 
	height: 20px;
}

p.ImageCaption
{
	text-align: center;
	margin: 4px 0px 4px 0px;
}

p.Indent
{
	text-indent: 20px	
}



