/* 
    Document   : main
    Created on : 25-Nov-2010, 13:19:04
    Author     : Michael_KDE
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

/* HTML Tags edit */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

a {
    text-decoration:none;
    /*color:#0E99FF;*/
    color:#337FBA;
    font-size:12px;
}

a:hover {
    text-decoration: underline;
    color:#337FBA;
    font-size:12px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    /*color:#4775C2;*/
}
.faqcolor {
    color:#337FBA;
    font-weight:bold;
}

p {
    margin-left: 5px;
}