﻿body
,.Normal
{
    font-family:'Source Sans Pro', Arial, sans-serif, Verdana, Helvetica !important;
	font-size: 16px;
 }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    padding-top: 0px;
}

h1, .Head
{
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: underline;
    text-decoration-color:white;
}

.headerborder {

     border-bottom: 2px solid black;
}
h2
{
	font-weight: bold;
	font-size: 1.3em;
    text-decoration-color:white;
}

h3
{
	font-weight: bold;
	font-size: 1.1em;
     text-decoration-color:white;
}

h4, .SubHead
{
	font-size: 0.95em;
   text-decoration-color:white;
}

h5, .SubSubHead
{
	font-size: 0.9em;
    
}

h6
{
	font-size: 0.8em;
   
}

a,
a:link, a:hover, a:visited, a:active
{
	color: #559;
 text-decoration-color:white;
}

a:hover
{
	text-decoration: underline;
}

.Normal
{
}

.NormalRed
{
}

.NormalTextBox
{
}

.NormalDisabled
{
}

.Head
{ text-decoration-color:white;

}

.SubHead
{ text-decoration-color:white;
}

.SubSubHead
{ text-decoration-color:white;
}

a.blue-button {
    display: inline-block;
    background-color: #3e4d60;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background-image: url("images/button-arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
    padding-left: 10px;
    border-right: 10px solid transparent;
}



a.orange-button {
    display: inline-block;
    background-color: #ed8600;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background-image: url("images/button-arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
    padding-left: 10px;
     border-right: 10px solid transparent;
}



