﻿body 
{
    direction:ltr;
	background-color:#002940;
	font-family: Arial;
}
table
{
    text-align: left;
}
p
{
    text-align: left;
}
div
{
    text-align: left;
}
ol
{
    text-align: left;
}
img
{
    border: 0px;
}
a:link, a:visited
{
    /*color: #034af3;*/
}
a:hover
{
    /*color: #1d60ff;*/
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}
#signup_page
{
    width: 604px;
    min-height: 600px;
    margin: 0px auto;
}
#signup
{
    width: 500px;
    margin: 0px auto;
    font-size: 16px;
    background-color: #ffffff;
}
#tbl_signup
{
    width: 100%;
    text-align:left;
    background-color:Transparent;
}
#tbl_signup_details
{
    width:100%;
    background-color:#f6f6f6;
}
#tbl_signup_details td
{
    line-height: 30px;
}
.txt_signup
{
    width: 150px;
}
.txt_signup_large
{
    width: 250px;
}
.personal_title_right
{
    width: 9px;
    height: 27px;
    background-image: url('https://bestebridge-com-site-c6ebfgf5fve2dhc0.z03.azurefd.net/Images/Nav/red_navbar_right.png');
    background-repeat: no-repeat;
}
.personal_title_left
{
    width: 9px; 
    height: 27px; 
    background-image: url('https://bestebridge-com-site-c6ebfgf5fve2dhc0.z03.azurefd.net/Images/Nav/red_navbar_left.png');
    background-repeat: no-repeat;
}
.personal_title_mid
{
    height: 27px; 
    background-image: url('https://bestebridge-com-site-c6ebfgf5fve2dhc0.z03.azurefd.net/Images/Nav/red_navbar_bg.png'); 
    background-repeat: repeat-x;
    color: #f6f6f6; 
    text-align: center; 
    font-weight: bold;
}