﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 0;
    text-align: center;
}
.tx_italic_small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    color: #333333;
}
body
{
    background-position: left top;
    background: left top;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    text-align: left;
    vertical-align: top;
    margin-top: -13px;
    background-image: url('../images/bg_1.jpg');
}

/***********    LINKS    *****************/

a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

/**************Master Page ***************/

#master_header
{
    background-position: center top;
    width: 800px;
    height: 246px;
    background-image: url('../images/img_hdr.png');
    background-repeat: no-repeat;
    vertical-align: bottom;
    text-align: center;
}

#master_page
{
    margin: 5px auto 20px auto;
    width: 800px;
}

#master_table
{
    border: medium solid #635F37;
    clear: both;
    border-spacing: 0px;
    width: 800px;
    margin-top: 20px;
}

#master_content1
{
    background-position: center top;
    width: 800px;
    background-image: url('../images/img_middle.png');
    background-repeat: no-repeat;
    height: 505px;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #635F37;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #8C4C16;
    vertical-align: top;
    text-align: left;
}

#master_content2
{
    background-position: left top;
    width: 800px;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #635F37;
    background-image: url('../images/img_m2.png');
    height: 250px;
    vertical-align: top;
    text-align: left;
}

#master_content3
{
    background-position: right bottom;
    width: 800px;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #635F37;
    background-image: url('../images/img_04.png');
    height: 60px;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
}

#master_content4
{
    background-position: left top;
    width: 800px;
    background-image: url('../images/img_m2.png');
    height: 150px;
}

#master_footer
{
    margin: 10px auto 5px auto;
    width: 800px;
    vertical-align: middle;
    text-align: center;
    font-size: 70%;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.Content_table
{
    width: 100%;
    height: 96%;
}

.td_1
{
    padding: 5px;
    width: 225px;
    vertical-align: middle;
    text-align: center;
}

