﻿.standard
{
    font-size: 12px;
    font-family: Arial;
    color:#666666;
}
        
div.nonespace
{
    margin: 0px;
}
        
div.standardspace
{
    margin: 0px 0px 20px 0px;
}
        
div.extendedspace
{
    margin: 0px 0px 40px 0px;
}
        
div.pageheader
{
    position:relative;
    height:30px;
}
        
div.bottomleft
{
    position:absolute;
    bottom:0px;
    left:0px;
}
        
div.bottomright
{
    position:absolute;
    bottom:0px;
    right:0px;
}
        
div.standardline
{
    margin:10px 0px 10px 0px;
    font-size:0px;
    height:1px;
    border-bottom:1px solid #CCCCCC;
}
        
div.separatortext
{
    font-family:Arial;
    font-size:12px;
    color:#CCCCCC;
}
        
div.largetext
{
    font-size:24px;
    color:#2d933d;
    font-weight:bold;
}
        
div.standardtext
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:#333333;
    line-height:18px;
}
        
div.notetext
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    color:#999999;
    line-height:18px;
}
        
div.separatorline
{
    margin:0px;
    font-size:0px;
    height:1px;
    border-bottom:1px solid #EAEAEA;
}
        
h1
{
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
    margin:0px;
}
        
h2
{
    font-family:Arial;
    font-size:16px;
    font-weight:normal;
    margin:0px;
}

h3
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    margin:0px;
}
        
.button
{
    margin-right:10px;
}
        
a:link 
{
    color: Green;
}
        
a:visited 
{
    color: Green;
}
        
a:hover 
{
    color: Green;
}