﻿body    
{
	background-color: #3A4A63;
	background-image: url('/images/layout/MainBackground_Corporate.jpg');
}

table#container
{
	border-left: 1px solid White;
	border-right: 1px solid White;
}

td#content
{
    border: 1px solid White;
}

td#footer
{
    background-image: url('/images/layout/Footer.png');
    height: 75px;
}

.references
{
    color: #325186;
	font-family: Calibri;
    font-size: 13px;   
    text-align: left;
    border-collapse:collapse;
    
}

.references_title
{
   text-align: left;
   font-size: 16px;
}

.references a
{ 
   text-decoration: none;
}

.references a:hover
{ 
   color:Red;
   text-decoration: none;
}

.references_img
{
    width: 150px; 
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.white_line_bottom
{
    border-bottom: 1px solid #FFFFFF;
}

.white_line_top
{
    border-top: 1px solid #FFFFFF;
}
.references td
{
    padding: 5px; 
}



