/* 
    Document   : default
    Created on : 9 Μαϊ 2014, 3:15:44 μμ
    Author     : UniSystems S.A.
    Description:
        Purpose of the stylesheet follows.
*/
@import url(/app-nskws-client/javax.faces.resource/custom.css.xhtml?ln=css); 

* {	
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

small {font-size: 9px;}

/******************/
/*       CONTENT  */ 
/*

h1 {
    display: block;
    width: 404px;
    color: #77A5BC;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 0;
}
h2 {
    font-size: 12px;
    font-weight: bold;
    color: #77A5BC;
    margin: 0;
    padding: 0 0 5px 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1px 0;
}

h4 {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


*****************/