/* 
    Document   : default
    Created on : 12.12.2009, 02:00:40
    Author     : martin.schloeter
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family:helvetica,tahoma,verdana,sans-serif;
 font-size : 11pt;

}

p {
    font-size : 11pt;
}
label { 
    font-family:helvetica,tahoma,verdana,sans-serif;
 
}
.boldButton {
    color : red;
}

li {
    list-style-type: none;
}