/* 
    Document   : stylesheet.css
    Created on : 7-apr-2009, 14:16:27
    Author     : egon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body
{
    font-family: Verdana;
    font-size: 11px;
	margin:0px;
	color:#666666;
}


.form_title
{
    padding-right: 10px;
}

.header
{
    height: 50px;
    background-color: #AAAAAA;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}