/* 
    Document   : stylesheet
    Created on : 05-Feb-2010, 16:55:06
    Author     : Michael Hein
    Description:
        Purpose of the stylesheet follows.
*/

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

pagebody{
    width:260px;
    height:183px;
    padding-top:8px;
    padding-right:8px;
    overflow:auto;
    font-family:Arial;
    font-size:0.75em;color:black;
}

h1 {
    font-family:Arial;
    font-size:1em;
    font-weight:normal;
    color:#97a42b;
}

.bottomlinks {
    text-align:center;
    margin-top: 15px;
    font-family:Arial;
    font-size:0.65em;
    color: #330033;
}

.bottomlinks  a{
   color:#330033;
 text-decoration: none;
}

.bottomlinks  a:hover{
   color:#97a42b;
 text-decoration: none;
}


.bottomlinks2  a{
   color:#97a42b;
 text-decoration: none;
}

.bottomlinks2 a:hover{
   color:#ffffff;
 text-decoration: none;
}

.bottomlinks2{
    text-align:center;
    margin-top: 15px;
    font-family:Arial;
    font-size:0.65em;
    color: #97a42b;
}

.white{
    font-weight:bold;
    color:#ffffff;
}

.green {
    font-weight:bold;
    color:#97a42b;
}