﻿body 
{
    background-color:#000000;
    font-family:Arial, Sans-Serif;
    font-size:13px;
    margin:0;
}
h1
{
    font-size: 16px;
    margin: 2px;
    color: #800000;
}
h2
{
    font-size:14px;
    margin:2px;
}
a
{
    color:Gray;
    border:none;
}
a:hover
{
    color:Red;
        border:none;
}
a:visited
{
    color:Gray;
        border:none;
}
td
{
    vertical-align:top;
}
img
{
    border:none;
}
hr
{
    color:Red;
    border-color:Red;
    border-style:solid;
}
table#MasterLayoutTable
{
    width:900px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;
}
td#MasterLayoutNav
{
    border-top-color:Red;
    border-top-style:solid;
    border-top-width:4px;
    border-bottom-color:Red;
    border-bottom-style:solid;
    border-bottom-width:2px;
}
td#MasterLayoutContact
{
    text-align:right;
    padding:5px;
    border-top-color:Red;
    border-top-style:solid;
    border-top-width:2px;
    border-bottom-color:Red;
    border-bottom-style:solid;
    border-bottom-width:4px;
}
td#MasterLayoutContact a, td#MasterLayoutContact a:hover
{
    color:#000000;
}
td#Develec
{
    background-color:#000000;
    color:#FFFFFF;
    text-align:center;
    padding:5px;
    font-size:11px;
}
td#Develec a, td#Develec a:hover
{
    color:#FFFFFF;
}
table#ContentTable
{
    width:100%;
    text-align:justify;
}
td#PageContent
{
    width:650px;
    vertical-align:top;
}
td#SideContent
{
    width:200px;
    vertical-align:top;
}
div#News 
{
    font-size:12px;
}
div#News .Date
{
    font-style: italic;
    margin:2px
}
div#News .NewsTopic
{
    margin:2px
}
.c
{
    text-align:center;
}
.r
{
    text-align:right;
}
.image
{
    border-right-style:solid;
    border-right-width:2px;
    border-right-color:Red;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:Red;
}