﻿BODY
{
    
}
TABLE
{
    font-size: 10px;
    font-family: Verdana, Arial, 'Times New Roman';
    line-height: 12px;
    color: #333333;
    text-align: left;
    vertical-align: top;
   /* background-color: Black;
    background-position: left top;
    background-attachment: fixed;
    background-image: url(App_Themes/default/bg.jpg);
    background-repeat: repeat-x;*/
}
TABLE A
{
    color: #303a24;
}
TABLE A:hover
{
    color: #313c25;
}
.linkwhite
{
    margin-top: 3px;
    color: #f7f2e2;
}
.linkwhite:hover
{
    color: #f7f2e2;
}
.boxYellow
{
    width: 100%;
    height: 100%;
    background-color: #f7f2e2;
    vertical-align: top;
}
.boxGreen
{
    width: 100%;
    height: 100%;
    color: #f7f2e2;
    background-color: #313c25;
}
.titleBorder
{
    margin-left: 5px;
    margin-top: 3px;
}
.textBorder
{
    color: #333333;
    padding: 5px;
}
.title
{
    margin-left: 3px;
    margin-bottom: 3px;
}
.text
{
    color: #f7f2e2;
    padding: 4px;
}
.Textwhite
{
    color: #f7f2e2;
}
.picture
{
    border: solid 1px #333333;
}
.picture2
{
    border: solid 1px #999999;
}
.contacttitle
{
     font-weight: bold;
     font-size: 12px;
     line-height: 15px;
     vertical-align: top;
     
}
.contact
{
    border-bottom: dotted 1px #333333;
}

.contactright
{
    border-bottom: dotted 1px #333333;
    text-align: right;
}

.footer
{
    color: #888888;
}
.footer a
{
    color: #888888;
}
.footer a:hover
{
    color: #f7f2e2;
}
.ImgPreview
{
        border: solid 1px #333333;
}
.ImgPreview:hover
{
        border: solid 1px #990000;
}
.ImgScene
{
    border: solid 1px #333333;
}
.newsbox
{
    padding: 5px;
}
.NewsPicture
{
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #333333;
}