﻿body 
{
    background-image: url(/Traditional/_Common/Images/Background.jpg);
    background-position: center;
    margin: 0 0 0 0;
    font-family: verdana;
    font-size: 10pt;
    color: White;
}

#txtFrom, #txtName, #txtContent, #Submit, #Name, #Email
{
    background-color: #6a0000 !important;
    color: White;
    border: solid 1px black;
}

#txtFrom:Hover, #txtName:Hover, #txtContent:Hover, #Submit:Hover, #Name:Hover, #Email:Hover
{
    color: Yellow;
}

.Menu
{
    background-image: url(/Traditional/_Common/Images/MenuBackground.jpg)
}

.MenuDot
{
    padding-bottom: 9px;
    padding-left: 4px;
    padding-right: 3px;
}

.BottomLinks
{
     text-decoration: none;
     color: White; 
     padding-left: 10px;
     padding-right: 10px;
}

.BottomLinks:Hover
{
   color: yellow; 
}

.ContentBox

{	
    font: 1.1em, arial;
	color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    text-align: justify;
}

.ContentBoxHeader
{
    background-image: url(/English/_Common/Images/ContentHeaderBG.jpg);
    color: black;
    text-align: left;
}

.ContentBox a
{
	color: #c13600;	
}

.ContentBox a:hover
{
	color: #fff;
}

.ContentBorder
{
    width: 3px;
    background-image: url(/English/_Common/Images/ContentBorder.jpg);
    background-repeat: repeat-y;
}

.ContentBottom
{
    height: 3px;
    background-image: url(/English/_Common/Images/ContentHeaderBottom.jpg);
    background-repeat: repeat;
}
