<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
    direction:rtl;
	background-color:#002940;
	font-family: Arial;
}
a
{
    text-decoration:none;
}
a:visited
{
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
}
#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%;
    direction: rtl;
    text-align:right;
    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;
    direction: ltr;
}
.personal_title_right
{
    width: 9px;
    height: 27px;
    background-image: url('Images/Nav/red_navbar_right.png');
    background-repeat: no-repeat;
}
.personal_title_left
{
    width: 9px; 
    height: 27px; 
    background-image: url('Images/Nav/red_navbar_left.png');
    background-repeat: no-repeat;
}
.personal_title_mid
{
    height: 27px; 
    background-image: url('Images/Nav/red_navbar_bg.png'); 
    background-repeat: repeat-x;
    color: #f6f6f6; 
    text-align: center; 
    font-weight: bold;
}</pre></body></html>