﻿body {
}

a:active
{
    color:#680000;
    color:#ffff25;
}

a:hover
{
    color:#000068;
    color:#ffffff;
}

a:visited
{
    color:#680000;
    color:#ffff25;
}
a
{
    color:#680000;
    color:#ffff25;
}


.HeaderYellow18
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFF00;
}


.HeaderWhite12
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}


.TextWhite10
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:normal;
    color: #FFFFFF;
}

.TextWhite12
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    color: #FFFFFF;
}

.TextBlue12
{
    font-family: Garamond, Serif;
    font-size: 12px;
    font-weight:bold;
    color: #002a5b;
}

.TextBlue13
{
    font-family: Garamond, Serif;
    font-size: 13px;
    font-weight:normal;
    color: #002a5b;
}

.TextBlue14
{
    font-family: Garamond, Serif;
    font-size: 14px;
    font-weight:normal;
    color: #002a5b;
}


.TextBlue15
{
    font-family: Garamond, Serif;
    font-size: 15px;
    font-weight:bold;
    color: #002a5b;
    line-height: 20px;
}

.TextBlue16
{
    font-family: Garamond, Serif;
    font-size: 16px;
    font-weight:bold;
    color: #002a5b;
    line-height: 20px;
}


.TextBlue24
{
    font-family: Garamond, Serif;
    font-size: 24px;
    font-weight:bold;
    color: #002a5b;
    line-height: 20px;
}


.TextBlue30
{
    font-family: Garamond, Serif;
    font-size: 30px;
    font-weight:bold;
    color: #002a5b;
}


.TextBlack10
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    color: #000000;
}


.TextBlack13
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:normal;
    color: #000000;
}

.TextContact
{
    font-family: Times New Roman, Serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.text_required {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #002A5C;
}


.MissionHeading1
{
    font-family:Arial Black, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight:normal;
    font-style:normal;
    color: #002a5b;
}


.MissionHeading2
{
    font-family:Arial Black, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    text-transform:uppercase;
    color: #002a5b;
}

.MissionHeading3
{
    font-family:Arial Black, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    text-transform:uppercase;
    color: #002a5b;
}

.CommunicationsHeading1
{
    font-family:Arial Black, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    text-transform:uppercase;
    color: #002a5b;
}

#tabcontrol {
	
}
#tabcontrol #tabs {
	
}
#tabcontrol #tabs LI {
	
}
#tabcontrol #tabs .tabnormal A {
	
}
#tabcontrol #tabs .tabselected A {
	
}
#tabcontrol #tabs A:hover,
#tabcontrol #tabs A:active {
	
}
#tabcontrol #content {
	
}
#tabcontrol #viewcontainer {
	
}

        .TabArea
        {
                    background-color: White;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px solid black;
                    border-right: 1px solid black;
                    border-top:1px solid black;
        }
        .TabText
        {
            font-family: Courier New;
            font-weight:bold;
            font-size: 12px;
         
        }
        
        #Contact a:link {color:#002A5B} 
        #Contact a:visited {color:#002A5B} 
        #Contact a:hover,a:active {color:#cc0000} 

        #Contact2 a:link {color:#002A5B; text-decoration:none;} 
        #Contact2 a:visited {color:#002A5B; text-decoration:none;} 
        #Contact2 a:hover,a:active {color:#cc0000; text-decoration:underline;}



.button_wrap{

    position:relative;

    width:225px;

    height:36px;

    overflow:hidden;

    font-weight:bold;

    font-size:11px;

    margin:10px;

}

.button_aLeft{

    width:70px;

    height:36px;

    -moz-border-radius:20px;

	-webkit-border-radius:20px;

    background-color:#093d6f;

    color:#fff;

    top:0px;

    right:0px;

    position:absolute;

    line-height:36px;

    text-align:left;

}

.button_aLeft span{

    display:none;

    padding-left:20px;

}

.button_bLeft{

    width:64px;

    height:30px;

    background-color:#fff;

    -moz-border-radius:20px;

	-webkit-border-radius:20px;

    color:#000;

    position:absolute;

    top:3px;

    right:3px;

    text-transform:uppercase;

    line-height:30px;

    text-align:center;

    cursor:pointer;

}

.button_bLeft span{

    color:#008ddd;

}

.button_aRight{

    width:70px;

    height:36px;

    -moz-border-radius:20px;

	-webkit-border-radius:20px;

    background-color:#093d6f;

    color:#fff;

    top:0px;

    left:0px;

    position:absolute;

    line-height:36px;

    text-align:right;

}

.button_aRight span{

    display:none;

    padding-right:20px;

}

.button_bRight{

    width:64px;

    height:30px;

    background-color:#fff;

    -moz-border-radius:20px;

	-webkit-border-radius:20px;

    color:#000;

    position:absolute;

    top:3px;

    left:3px;

    text-transform:none;

    line-height:30px;

    text-align:center;

    cursor:pointer;

}

.button_bRight span{

    color:#008ddd;

}

.button_c{

    background-color:#008ddd;

    color:#fff;

    text-transform:none;

}

.button_c span{

    color:#093d6f;

}