 body{ 
 color: #FFFFFF;
 background: #374964;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 11px;

 margin : 0px;
 }

a{
    color: #f28f02;
    text-decoration: none
}
a:hover{
    color: #f28f02;
    text-decoration: none
}

a.menu{
    color: #FFFFFF;
    text-decoration: none
}
a:hover.menu{
    color: #f28f02;
    text-decoration: none
}

a.menuh{
    color: #f28f02;
    text-decoration: none
}
a:hover.menuh{
    color: #f28f02;
    text-decoration: none
}


.blacklink{
    color: #000000;
    text-decoration: none
}

a.blacklink{
    color: #000000;
    text-decoration: none
}
a:hover.blacklink{
    color: #f28f02;
    text-decoration: none
}


.yellowlink{
    color: #f28f02;
    text-decoration: none
}

a.yellowlink{
    color: #f28f02;
    text-decoration: none
}
a:hover.yellowlink{
    color: #000000;
    text-decoration: none;
}

.edge1 {
    color: #FFFFFF;
    text-align: left;
    background-color: #000000;
}
.edge2 {
    color: #FFFFFF;
    text-align: left;
    background-color: #4e6990;
}

.divider {
    color: #FFFFFF;
    text-align: left;
    background-color: #f28f02;
}

.main {
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;
}

.top {
    color: #FFFFFF;
    text-align: left;
    background-color: #4e6990;
}

.menu {
    color: #FFFFFF;
    text-align: right;
    font-size: 14px;
}

.menu2 {
    color: #FFFFFF;
    text-align: right;
    font-size: 16px;
}

.bottom {
    color: #FFFFFF;
    text-align: left;
    font-size: 9px;
    background-color: #4e6990;
}

.slogan {
    color: #FFFFFF;
    text-align: right;
    font-size: 11px;
    vertical-align:text-bottom;
}


a.titlemenu{
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}


.titlemenu{
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}

a:hover.titlemenu{
    color: #f28f02;
    font-size: 22px;
    font-weight: bold;
}

.stattitle{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.title{
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}

.title_r{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}


.shirtthumb {
    font-size: 16px;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
}

a.shirtthumb {
    font-size: 16px;
    color: #000000;
    text-decoration: none
}

a.shirtthumb:hover {
    font-size: 16px;
    color: #000000;
    text-decoration: none
}


div.myhover 
{       
	display: none;
        position:absolute;
        border: 1px dashed #4e6990;
        text-align: center;
        background-color: #FFFFFF;
        color: #000000;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        z-index: 50;
//        filter:alpha(opacity=95);
//        -moz-opacity:.95;
//        opacity:.95;
}

div.myhoversrc 
{       
        position:relative;
        border: 0px;
        text-align: center;
        background-color: #FFFFFF;
        color: #000000;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        align: center;
}




