﻿body 
{
    margin:0;
    padding:0;
    font-family: Verdana;
    font-size: 12px;
}

img
{
    border:0;
    padding:0;
    margin:0;
}

h1
{
    float: left;
    margin:0;
    padding:3px 10px 3px 10px;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
}

h2
{
    float: left;
    margin:0;
    padding:14px 10px 3px 10px;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
}

div.content
{
    width: 770px;
    background-image: url('../images/bkgMain.gif');
    background-repeat:repeat-y;
    padding: 0 13px 0 13px;
}

.logo
{
	height: 85px;
	background-image: url('../images/yourlogoHeaderBkg.gif');
    background-repeat: repeat-x;
}

.text1
{
	color:#555;
	text-align:left;
	padding:25px;
}

.text2
{
	color:#000;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

.RedText
{
	color:#F00;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.GeneralText
{
	color:#585858;
	text-align:left;
	font-size:small
}

.textFoot
{
    width: 796px;
    height: 12px;
	font-size: 9px;
	padding-top: 15px;
}
/************MENU************/

.menu1
{
    height: 34px;
    background-image: url('../images/bkgMenu.gif');
    background-repeat: repeat-x;
}

/***************TABLE*****************/

table.SignMeUp  
{
    padding: 10px;
    background-color:#F6F6F6;
    font-weight: bold;
    text-align: left;
    border-style: solid;
    border-color: #C6C6C6;
    border-width: 1px;
    width: 600px;  
        
}

table.TableSignUp
{
    width: 600px;    
}    

table.TableSignUp th
{
	color:#585858;
	text-align:right;
}

table.TableSignUp td
{
	text-align: left;
}

table.TableThanksPage
{
    padding: 12px;
    background-color:#F6F6F6;
    text-align: left;
    border-style: solid;
    border-color: #C6C6C6;
    border-width: 1px;
}

/*********FOOT*************/

.foot
{
    width: 796px;
    height: 12px;
    background-image: url('../images/imgBottom.gif');
    background-repeat:repeat-y;
}

/**************************/

.FillForm
    {
    color:#036802;
	text-align:center;
	font-size:20px;
	font-weight:bolder;
	}
	
.ThankMessage
    {
    color:#036802;
    text-align:center;
	font-size:20px;
	font-weight:bold;
	}
	
/************************/

input
{
    width: 250px;
    background-color: #FAFAFA;
    border: 1px solid #D1D1D1;
}

input:focus
{
    background-color: #FFFFFF;
    border: 1px solid #28AD44;
}

.inputRadio
{
    width: 13px;
    height: 13px;
    border: 0px;
}

/**********************************/

.SubmitForm
{
    height: 38px; 
    width: 316px;
    background-image: url('../images/btnSignUpOK.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.SubmitForm_hover
{
    height: 38px; 
    width: 316px;
    background-image: url('../images/btnSignUpOK.gif');
    background-repeat: no-repeat;
    background-position: 0 -38px;
    cursor: pointer;
}

.SubmitForm_click
{
    height: 38px; 
    width: 316px;
    background-image: url('../images/btnSignUpOK.gif');
    background-repeat: no-repeat;
    background-position: 0 -76px;
    cursor: pointer;
}

div.SubTitle
{
	text-decoration: none !important;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

a:visited
{
    font-weight: normal;
    color:Blue;
}




