﻿.standard
{
    font-size: 12px;
    font-family: Arial;
    color:#666666;
}
        
div.nonespace
{
    margin: 0px;
}
        
div.standardspace
{
    margin: 0px 0px 20px 0px;
}

div.smallspace
{
    margin: 0px 0px 10px 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;
}
        
.standardtext
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:#333333;
    line-height:18px;
}

div.tableheadertext
{
    background-color: #000000;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:#ffffff;
    line-height:18px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    text-align: center;
}
        
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;
}

div.slideshow { height: 300px; margin: 0 0 10px; padding: 0 10px; }
div.slideshow ul { list-style: none; margin: 0; padding: 0; }
div.slideshow ul li { position: absolute; }
div.slideshow ul li img { border: none; display: block; }

div.slidecomment { margin: 0 0 0px; padding: 0 0px; }
div.slidecomment ul { list-style: none; margin: 0; padding: 0; }
div.slidecomment ul li { position: absolute; }
div.slidecomment ul li img { border: none; display: block; }

        
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;
}

.MenuItem
{
    font-family: 'Arial';
    position:relative;
    top:-5px;
    padding: 0;
    font-size:17px;
    font-style:normal;
    text-decoration:none;
    font-weight:lighter;
}

.quotation
{
    color: Green;
}
