/* Define some styles for text */

/* Style for SLC tag line on the header Its designed for one line of quote text that wraps*/
.paragraph_style_tagline {
    color: rgb(70, 59, 82);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

/* Style for SLC tag line on the header Its designed for the signature line that follows paragraph_style_tagline*/
.paragraph_style_tagline_sig {
    color: rgb(70, 59, 82);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 36px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: right;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

/* Style for the tagline text that overlays the SLC image */
.paragraph_style_img_overlay {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-BoldItalic', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 7px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}



/* Style for a centered header comment or quote at the start of each page */
.paragraph_style_comment_ctr {
    color: rgb(70, 59, 82);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 24px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 36px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


/* Text style used in the body of the web page */
.paragraph_style_text {
    color: rgb(0, 0, 0);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


/* KeyneLink formats from the KeyneInsight site source code */
/* NOTE: These styles do not seem to work with anchors so the fonts have been embedded in the KeyneLink page link */
.style_Keyne {
    font-family: QuickType II; 
    font-variant: small-caps; 
    font-size: small;
}

.style_Link {
   font-family: Pristina;
   color: #990000; 
   font-size: medium;
}


/* Styles for the fonts used in the StrategyLink Consulting test */
.style_SLUC {
    font-family: 'Arial-BoldItalicMT', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-weight: 700;
    line-height: 16px;
}

.style_SLIT {
    font-family: 'Arial-ItalicMT', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
}

/* Lets define some details for the anchors */
a:visited {color:#4c8c04;
  font-weight: bold;
  background: transparent;
  text-decoration: none; 
  border:none;
  font-family: Helvetica, Arial, sans-serif  ;}
a:link {color:#4c8c04;
  font-weight: bold;
  background: transparent;
  border:none;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif  ; }
a:hover {color:#999999;
  font-weight: bold;
  background: transparent;
  text-decoration: none;
  border:none;
  font-family: Helvetica, Arial, sans-serif ; }
a:active  {color:#999999;
  font-weight: bold;
  background: transparent;
  text-decoration: none;
  border:none; 
  font-family: Helvetica, Arial, sans-serif  ;}

/* Lets define some details for the anchors in the .nav1 class for the menu*/
.nav1 a:visited {color:#ffffff;
	font-weight: bold;
	font-size: 12px;
	background-color: #666666;
    	border:1px solid #ffffff;
	display:block;
	padding:3px;}
.nav1 a:link {color:#ffffff;
	font-weight: bold;
	font-size: 12px; 
	background-color: #666666;
    	border:1px solid #ffffff;
	display:block;
	padding:3px;}
.nav1 a:hover {color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #BDB76B;
    	border:1px solid #ffffff;
	display:block;
	padding:3px;}
.nav1 a:active  {color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #E5BF17;
    	border:1px solid #ffffff; 
	display:block;
	padding:3px;}

