﻿html, body 
{
	height: 100%;
    text-align: center;
    background-image: url('../../Resources/Images/bg_texture.gif');
    background-repeat: repeat;
    font-family:Arial, Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.div_tblWrapper
{
width:100%; 
text-align:center;
margin-bottom: 50px;
}

.wrapper 
{	
    min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 700px;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */

    background-color: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    clear:both;
}

.div_logo
{
    padding-top: 70px;
    margin-bottom: 75px;
}

.footer, .push 
{	
    height: 90px; /* .push must be the same height as .footer */
    font-size: 11px;
    line-height: 15px;
    color: #465560;
}

A:link {text-decoration: none; color: #5b090e;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

h4 {font-size:12px; color: #7b1017; font-weight:bold; display:inline;}

span.footerText{
margin: 0px 10px;
}