﻿/* This StyleSheet contains custom styles for this project */


*
{
    font-size: 10pt;

    text-decoration: none;
    font-family: 'Arial'
}
body
{
    color: Black;
}

th
{
    background-color: #EFEFF7;
    border-bottom:  1px solid #C8CDDE;
    color:          black;
    padding-left:   5px;
    padding-right:  5px;
    padding-top:    3px;
    padding-bottom: 3px;
    text-align:     left;
    font-size:      10pt;
}

td
{
    padding-left:       5px;
    padding-right:      5px;
    padding-top:        3px;
    padding-bottom:     3px;    
    margin:             1px;
    font-size:          10pt;
	background-color:   #F7F7FF;
    border-bottom:      1px solid #D5D5D3;
}
span#projecttitle {
    color: #8C8C8C;
    font-size: 190%;
}

/*Project Title changes*/
span#projecttitle {
    color: #e4a004;
    font-size: 190%;
}

/* Navigation on top of page*/
div#pagetop table#pagetopbreadcrumbs td
{color:#00abe7;
font-weight: bold;
font-size :80%}
.BodyText
{
}

.BodyUnderline
{text-decoration: underline;
}


.SmallCaps
{
    font-variant: small-caps;
	font-weight: bold;
    }
.Note
{
    font-size: 9pt;
    font-style: italic;
}

.HowitworksHead1
{
    font-size: 14pt;
    /*list-style-position: outside;
    list-style-type: Decimal;*/
    color:#d68e24;
	
}

.HowitworksHead2
{
    font-size: 12pt;
    color:#02b5e9;
}

.HowitworksBody
{
    font-size: 10pt;
    color:#002a55;
}

.HowitworksNote
{
    font-size: 9pt;
   	color:blue;
}

.Header1
{
    font-size: 16pt;
    list-style-position: outside;
    list-style-type: Decimal;
    text-decoration: underline;
	
}
.Header2
{
    color: Black;
    font-size: 14pt;
    list-style-position: inside;
    list-style-type: Decimal;
    text-decoration: underline;
	
}
.Header3
{
    color: Black;
    font-size: 10pt;
    list-style-position: inside;
    list-style-type: Decimal;
    text-decoration: underline;
	
}
.Arial8ptBlue
{
    color: #0000C0;
    ;
    font-size: 8pt;
    text-decoration: none;
   
}
.Arial10ptBlue
{
    color: #0000C0;
    ;
    font-size: 10pt;
    text-decoration: none;
   
}
.FooterText
{
    color: #0000C0;
    font-size: 7pt;
    text-decoration: none;
    
}
.FooterSmallCaps
{
    color: #0000C0;
    font-size: 7pt;
    font-style: italic;
    font-variant: small-caps;
    text-decoration: none;
    
}
.CoverPageHeader
{
    color: #0000C0;
    font-size: 7pt;
    text-decoration: none;
    
}
.CoverPageText
{
    color: #0000C0;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    
}
.CoverPageAeroTrac
{
    color: #0000C0;
    font-size: 40pt;
    text-decoration: none;
    
}
.Table2ColFullWidth
{
    table-layout: fixed;
    width: 100%;
}
.TableCell5050
{
    table-layout: fixed;
    width: 50%;
}
.TableFooter
{
    border-bottom: solid  #0000C0;
    border-left: solid  #0000C0;
    border-right: solid  #0000C0;
    border-top: solid 1pt #0000C0;
    height: 3px;
    table-layout: fixed;
    width: 100%;
}



.ImportantNote
{
    color: Red;
    ;
    font-size: 9pt;
    font-style: italic;
	font-weight: bold;
    text-decoration: none;
}