/* DEFAULTS
==========================================================*/

a:link, a:visited
{
    color: #034af3;
	    text-decoration: none;
}

a:hover
{
    color: #1152f8;
    text-decoration: none;
}

a:active
{

}

p
{
}



/* COLOR PALETTE
==========================================================*/

.Green
{
    color: #00cf36;
}

.Blue
{
    color: #1086f2;
}

.DarkGray
{
    color: #38404c;
}

/* HEADERS   
==========================================================*/

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    margin-bottom: 0px;
    font-size: 100%;
    font-weight: normal;
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5, h6
{
}



/* MISC  
==========================================================*/

.Clear
{
    clear: both;
}

.Divider
{
    border-top: 1px #d9d9d9 solid;
    height: 1px;
    width: 952px;
    margin: 0 auto;
}

.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

button.css3button
{
    font-size: 13px;
    font-family: Segoe UI, Lucida Grande, Lucida Sans, Arial, Sans-Serif;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 14px;
    background: #00cf37;
    background: -moz-linear-gradient( top, #00cf37 0%, #00b02f);
    background: -webkit-gradient( linear, left top, left bottom, from(#00cf37), to(#00b02f));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #949494;
    -moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.4), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.4), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 1px 1px rgba(000,000,000,0.4), inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 0px 0px 2px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
}



button.css3button:hover
{
    background: #1ee954;
    background: -moz-linear-gradient( top, #1ee954 0%, #00b02f);
    background: -webkit-gradient( linear, left top, left bottom, from(#1ee954), to(#00b02f));
    -moz-box-shadow: inset 0px 1px 1px rgba(000,000,000,.4), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: inset 0px 1px 1px rgba(000,000,000,.4), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: inset 0px 1px 1px rgba(000,000,000,.4), inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 0px 0px 2px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
    cursor: pointer;
}



/* BLUE K FOOTER
==========================================================*/

.BlueK
{
    font-size: 10px !important;
    color: #575757 !important;
    text-decoration: none !important;
}

.BlueK a:link, .BlueK a:visited
{
    text-decoration: none !important;
    color: #575757 !important;
}

.BlueK a:hover
{
    text-decoration: none !important;
    color: #575757 !important;
}

.K
{
    color: #0070d8 !important;
    font-size: 10px !important;
    text-decoration: none !important;
}
