
 


 

/* Text Settings for Page Sub Titles or Headings */
.subheaderred{
color: #c63366;
font-size: 18px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Text Settings for Body or Main Copy */
.subtext{
font-size: 12px;
font-weight: normal;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

/* Text Settings for Body or Main Copy */
.subred{
font-size: 12px;
font-weight: normal;
color: #c63366;
font-family: Arial, Helvetica, sans-serif;
}


/* Text Settings for Red Titles or Headings */
.headerred{
color: #c63366;
font-size: 18px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Text Settings for Red Titles or Headings */
.headerblk{
color: #000000;
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Text Settings for White Titles or Headings */
.headerwhite{
color: #ffffff;
font-size: 18px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Text Settings for Body or Main Copy */
.maintext{
font-size: 13;
font-weight: normal;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}


/* Small Text Settings */
.smalltext{
color: #000000;
font-size: 10;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Hyperlinks */
a:link { 
	font-weight: bold; 
        font-size: 12px;
	text-decoration: undeline; 
	color: #0000ff;
font-family: Arial, Helvetica, sans-serif;
}

/* Alternate Hyperlinks */
a:active { 
	font-weight: bold; 
        font-size: 12px;
	text-decoration: underline; 
	color: #0000ff;
font-family: Arial, Helvetica, sans-serif;
}

a:visited { 
	font-weight: bold;
        font-size: 12px; 
	text-decoration: underline; 
	color: #0000ff;
font-family: Arial, Helvetica, sans-serif;
}
a.:hover { 
	font-weight: bold;
        font-size: 12px; 
	text-decoration: underline; 
	color: #c63366;
font-family: Arial, Helvetica, sans-serif;
}