body {
	/* background-color: see site specific style sheet for this setting */
	margin: 0;
	padding: 0;
}

#page {
	/* background-color: see site specific style sheet for this setting */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*-----------------------------------------------------------------------*/

/* PAGE CONTENT */

.page-heading, 
.content-padding, 
.content-heading, .content-heading a, .content-heading a:hover, 
.content-heading-indent, 
.section-heading, .section-heading a, .section-heading a:hover, 
.content-notice, .content-notice a, .content-notice a:hover, 
.content-text, .content-text a, .content-text a:hover, 
.content-text-bold, .content-text-indent, .content-text-justified,
.superscript, .subscript {
	/* background-color: see site specific style sheet for this setting */
	/* color: see site specific style sheet for this setting */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.page-heading {
	/* color: see site specific style sheet for this setting */
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 0px 25px;
	text-align: left;
}

.content-heading, .content-heading a, .content-heading a:hover, 
.section-heading, .section-heading a, .section-heading a:hover, 
.content-notice, .content-notice a, .content-notice a:hover, 
.content-text, .content-text a, .content-text a:hover, 
.content-text-bold, .content-text-indent, .content-text-justified {
	padding-bottom: 10px;
}

.content-padding {
   padding: 10px 25px 10px 25px;
}

.content-heading, .content-heading a, .content-heading a:hover,
.content-heading-indent {
	/* color: see site specific style sheet for this setting */
   font-size: 14px;
   font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.content-heading a, .section-heading a, .content-text a, .content-notice a {
	text-decoration: none;
}

.content-heading a:hover, .section-heading a:hover, .content-text a:hover, .content-notice a:hover {
	text-decoration: underline;
}

.content-heading-indent {
	padding-left: 10px;
}

.section-heading, .section-heading a, .section-heading a:hover {
	/* color: see site specific style sheet for this setting */
   font-size: 14px;
   font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.content-notice, .content-notice a, .content-notice a:hover {
	/* color: see site specific style sheet for this setting */
   font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-notice {
	/* color: see site specific style sheet for this setting */
	font-style: italic;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

.content-text, .content-text a, .content-text a:hover {
   padding: 0px;	
}

.content-text {
   padding-bottom: 10px;	
}

.content-text ol {
   margin-left: 25px;
	padding-left: 0px;
}

.content-text ul {
   margin-left: 20px;
	padding-left: 0px;
}

.content-text li {
	padding-bottom: 5px;
}

.content-text-bold {
   font-weight: bold;
}

.content-text-indent {
	padding-left: 10px;
}

.content-text-justified {
	text-align: justify;
}

/*-----------------------------------------------------------------------*/

/* DATA FIELDS */

input.data-entry, textarea.data-entry, select.data-entry, 
input.data-entry-focus, textarea.data-entry-focus, select.data-entry-focus {
	color: #000000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 2px;
}

input.data-entry, textarea.data-entry, select.data-entry {
	background-color: #E6E6E6;
	border: 1px solid #808080;
}

input.data-entry, input.data-entry-focus {
	height: 19px;
}

select.data-entry, select.data-entry-focus {
	height: 22px;
}

input.data-entry-focus, textarea.data-entry-focus, select.data-entry-focus {
	background-color: #D5FFD5; /* #D5FFD5;  #E1F0F5; */
	border: 1px solid #007200; /* #007200;  #4095CF; */
}

/*-----------------------------------------------------------------------*/

/* CLICKABLE BUTTONS */

.button-out, .button-over {
	border: 1px solid #000000;
	cursor: pointer;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	text-decoration: none;
	width: 125px;
}

.button-over {
	/* background-color: see site specific style sheet for this setting */
	/* color: see site specific style sheet for this setting */
}

.button-out {
	/* background-color: see site specific style sheet for this setting */
	/* color: see site specific style sheet for this setting */
}

/*-----------------------------------------------------------------------*/

.back-to-top-link, .back-to-top-link a, .back-to-top-link a:hover {
   color: #000000;
   cursor: pointer;
	font-size: 9px;
	padding: 5px 0px 10px 0px;
}

.back-to-top-link a {
   text-decoration: none;
}

.back-to-top-link a:hover {
   text-decoration: underline;	
}

.info-img {
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	position: relative;
	right: 1px;
	top: 3px;
}
