﻿BODY {
    background-color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    margin: 0px;
}

A {
    text-decoration: none;
    color: #ff7700;
}

A:hover {
    border-bottom: dashed 1px #ffff00;
    padding-bottom: 4px;
    color: #ffff00;
    opacity: 1;
}

A IMG {
    border: none;
}

.Footer A, .ImageLink A {
    text-decoration: none;
    color: #eeeeee;
}

TD {
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.Container {
    border-left: solid 1px #1b1b1b;
    border-right: solid 1px #1b1b1b;
    background-color: #050505;
    width: 760px;
    height: 100%;
}

.Banner {
    background-image: url('../Images/Theme/1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #090909;
    height: 207px;
}
.Banner A {
    padding-bottom: 5px;
    opacity: .7;
}
.Banner A:hover {
    border: none;
    opacity: 1;
}

.Main {
    background-image: url('../Images/Theme/Back.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #090909;
}
.Main .MainTD {
    text-align: justify;
    direction: rtl;
    padding: 20px;
}

.Footer {
    background-image: url('../Images/Theme/2.png');
    background-repeat: no-repeat;
    background-color: #090909;
    height: 50px;
}
.Footer TD {
    font-size: 10px;
    text-align: center;
    color: #888888;
}

.Footer TD A {
    border-bottom: dashed 1px #090909;
    padding-bottom: 2px;
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
}

.Footer TD A:hover {
    border-bottom: dashed 1px #ffff00;
    padding-bottom: 2px;
    color: #ffff00;
}

.ImageLink A IMG {
    opacity: .4;
}

.ImageLink A:hover IMG {
    opacity: 1;
}

.Paragraph {
    text-align: justify;
    margin-bottom: 20px;
}

.Title {
    font-family: B Esfehan, B Mitra, Mitra, B Lotus, Lotus, Arial, Times New Roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ff5555;
    border-bottom: solid 2px #330000;
    padding-bottom: 5px;
}

.InnerTitle {
    font-family: B Mitra, Mitra, B Lotus, Lotus, Arial, Times New Roman;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #dd3333;
}

.Name {color: #9999ff;}
.Job {color: #ffffaa;}
.Desc {color: #999999;}