/*
    Template 5 CSS

    Color: DarkRed = #8B0000

*/

body{
        padding:0px;
        margin:0px;
        font-family:Tahoma;
        font-size:11px;
		color:#636363;

}
.CompanyName
{
    font-family:Tahoma;
    font-style:italic;
    font-weight:bold;
    font-size:16px;
    color:#8B0000;
}
.CompanyDesc
{
    font-family:Tahoma;
    font-style:normal;
    font-size:10px;
}

a { text-decoration:none; }

img { border:0px;}

.c_text { color:#FFFFFF}

.c2_text a{ color:#484848; text-decoration:none}
.c2_text a:hover{ color:#484848; text-decoration:underline}
.Banner
{
    background-color:#8B0000;
}