﻿body
{
    font-size: 14px;
    color: #339900;
    font-family: Arial, Helvetica, non-serif;
}

h3
{
    color: #ffffff;    
}

.title
{
    color: #ffffff;
    font-size: 18px;
}

li
{
    padding:4px;    
    
}

.whitelink, whitelink a, whitelink a:visited, whitelink a:link, whitelink a:hover
{
    color: #ffffff;
}

.articlelink, articlelink a,articlelink a:visited, articlelink a:link, articlelink a:hover
{
    color: #339900;
    text-decoration: none;
}

a, a:visited, a:link, a:hover
{
    color: #339900;

}

.searchbox
{
    border: dashed 1px gray;
    background-color:#66cc00;
    padding: 10px;  
    height: 350px;  
    
}

.searchboxnopad
{
    border: dashed 1px gray;
    background-color:#66cc00;
    height: 350px;  
    
}
.searchresults, .searchresults td
{
    border: solid 1px #339900;
    
}


.loginbox
{
    border: dashed 1px gray;
    background-color:#66cc00;
    padding: 10px;  
    height: 200px;  
    
}
.smallbutton
{
    font-size: 10px;

}
.tableheader
{
    background-color: #339900;
    font-weight: bold;
}

.errormsg
{
    color: Red;
    font-weight: bold;
    border: dashed 1px gray;
    padding: 10px;   
}

.tinyerror
{
    color: Red;
    font-size: 10px;
}
