/*           :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::      IMG      :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::           */
.b02 {
	border : 1px;
	border-color : #455A70;
	border-style : solid;
}

/*           :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::      TEXT      :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::           */
.txt10blue {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #455A70;
    text-align : left;
}
.txt10bluebold {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    color : #455A70;
    line-height : 20px;
    text-align : left;
}
.txt10white {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #FFFFFF;
    text-align : left;
}

/*           :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::      LINKS      :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::           */
a.max10 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    color : #455A70;
    text-align : right;
    text-decoration : none;
}
a:hover.max10 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    color : #FDFDFDF;
    text-align : right;
    text-decoration : none;   
}
a.max09 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 9px;
    font-weight : normal;
    color : #FFFFFF;
    text-align : right;
    text-decoration : none;
}
a:hover.max09 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 9px;
    font-weight : normal;
    color : #F6CE34;
    text-align : right;
    text-decoration : none;
}