﻿body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #2f2f2f;
    background-color: #fff;
}

.page
{
    width: 939px;
    margin: 0 auto;
}


.header
{
    width: 939px;
    height: 85px;
    border-bottom: solid 2px #57baaa;
}

.header .logo
{
    margin-top: 16px;
}

.header .timezone
{
    color: #868686;
    font-size: 10px;
    text-align: right;
    width: 300px;
    margin-top: 7px;
}

.header .timezone .clocks
{
    height: 27px;
    background: transparent url(../images/clocks.gif) no-repeat right;
    margin-top: 5px;
}

.header .timezone .clocks .a, .header .timezone .clocks .b, .header .timezone .clocks .c, .header .timezone .clocks .d, .header .timezone .clocks .e, .header .timezone .clocks .f, .header .timezone .clocks .g, .header .timezone .clocks .active
{
    height: 27px;
    width: 14px;
    margin-left: 6px;
    float:right;
    background: none;
}

.header .timezone .clocks .a
{
    background: transparent url(../images/clock_a.gif) no-repeat;
}

.header .timezone .clocks .b
{
    background: transparent url(../images/clock_b.gif) no-repeat;
}

.header .timezone .clocks .c
{
    background: transparent url(../images/clock_c.gif) no-repeat;
}

.header .timezone .clocks .d
{
    background: transparent url(../images/clock_d.gif) no-repeat;
}

.header .timezone .clocks .e
{
    background: transparent url(../images/clock_e.gif) no-repeat;
}

.header .timezone .clocks .f
{
    background: transparent url(../images/clock_f.gif) no-repeat;
}

.header .timezone .clocks .g
{
    background: transparent url(../images/clock_g.gif) no-repeat;
}

.header .timezone .clocks .a:hover, .header .timezone .clocks .b:hover, .header .timezone .clocks .c:hover, .header .timezone .clocks .d:hover, .header .timezone .clocks .e:hover, .header .timezone .clocks .f:hover, .header .timezone .clocks .g:hover
{
    background: none;
    cursor: pointer !important;
}

.a1,.b1,.c1,.d1,.e1,.f1,.g1
{
    height: 27px;
    width: 14px;
    margin-left: 6px;
    float:right;
    background: none;
}



.header .timezone .nav
{
    margin-top: 16px;
}

.header .timezone .nav a
{
    color: #868686;
    margin-left: 8px;
}

.header .timezone .nav a:hover
{
    color: #4caf3a;
    text-decoration: none;
    cursor: pointer !important;
}


.animatedStrip
{
    width: 939px;
    margin-top: 2px;
}

.container
{
    width: 939px;
    background: #f2f2f2;
    border-bottom: solid 2px #fff;
    padding: 23px 0 16px 0;
}

.banner
{
    width: 837px;
    margin: 0 auto 4px auto;
}

.container .box
{
    width: 837px;
    margin: 0 auto;
}

.container .box .t
{
    background: transparent url(../images/bg_box_t.gif) no-repeat;   
    padding-top: 6px;
}

.container .box .m
{
    background: transparent url(../images/bg_box_m.gif) repeat-y;
}

.container .box .m .content
{
    width: 807px;
    padding: 20px 15px;
}

.container .box .m .content .col
{
    width: 362px;
    margin-right: 40px;
}

.container .box .m .content .moreInfo
{
    width: 332px;
    height: 18px;
    display: block;
    background: #fff url(../images/btn_more_info_0.gif) no-repeat;
    margin-bottom: 22px
}

.container .box .m .content .moreInfo:hover
{
    background: #fff url(../images/btn_more_info_1.gif) no-repeat;
}

.container .box .b
{
    height: 6px;
    background: transparent url(../images/bg_box_b.gif) no-repeat;
}

.footer
{
    width: 939px;
    color: #868686;
    border-top: solid 2px #57baaa;
    padding: 8px 0;
}

.footer a
{
    color: #868686;
}

.footer a:hover
{
    color: #4caf3a;
    text-decoration: none;
    cursor: pointer !important;
}




p
{
    line-height: 17px;
    margin-bottom: 20px
}

pre
{
    font-family: monospace;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #4caf3a;
	text-decoration: none;
	line-height: 12px;
}

a:hover
{
    color: #4caf3a;
	text-decoration: underline;
	cursor: pointer !important;
}

h1
{
    font-family: Arial, Sans-Serif;
    color: #4caf3a;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

h2
{
    color: #2f2f2f;
    font-weight: bold;
}

h3
{
    color: #123a5d;
    font-weight: bold;
}


ul
{    
	margin-bottom: 10px;	
}

ol
{
    list-style-type: decimal;
    margin-bottom: 10px;
}


.blue
{
    color: #123a5d;
}