/* STYLESHEET */
/* WE HAVE 5 COLORS */

/* VERY DARK : #122797 */
/* DARK      : #51687B */
/* MEDIUM    : #839DCE */
/* LIGHT     : #D4DCE2 */
/* VERY LIGHT: #FFFCF0 */

.verydark {
        background : #122797;
}

.dark {
        background : #51687B;
}

.medium {
        background : #639ACE;
}

.light {
        background : #COCOCO;
}

.verylight {
        background : #FFFFFF;
}

a {
        color : #336699;
        text-decoration: none;
}

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

body {
        background : #F7F7F7;
        margin : 0;

}

body, div, p, th, td, form {
        font : 13px Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select {
        border : 1px solid #636563;
        background : #FFFFFF;
        color : black;
        cursor : hand;
        font : 11px Verdana, Arial, Helvetica, sans-serif;
}


h2 {
        font-size : 135%;
}

h3 {
        font-size : 115%;
}

h4 {
        font-size : 105%;
}

hr {
        color : #51687B;
        height: 1px;
}
