/* Document */

body 
	{
	background-image: url('bg.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #C2CEEE;
	}
 
.main-table
	{
	background-color: #02026e; 
	border: 2px;
	border-collapse: solid;
	border-color: #02026e;	
	}

/* Images */
.illustration 
	{
	border: 4px solid#C2CEEE;
	margin: 6px 6px 6px 0px;
	}

.intro 
	{
	margin: 0px 0px 0px 0px;
	}

/* Text */

.terms 
	{
	background: #f1f6fa;
	font-family: verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-align: justify;
	margin: 0 5px 0 0;
 	}

#header
	{
	font-family: verdana, sans-serif;
	color: #fef202;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	margin: 0px 3px 0 1px;
	line-height: 42px;
	}


#explanation 
	{
	font-family: verdana, sans-serif;
	color: #02026d;
	font-weight: bold;
	font-size: 13px;
	text-align: justify;
	margin: 3px 3px 3px 3px;
 	}

.stress 
	{
	color: red;
	font-weight: bold;
	}


/* Form */
.form-host 
	{
	background-color: #FFFFFF; 
	}

.status 
	{
	font-family: verdana;
	color: red;
	font-weight: none;
	font-size: 9px;
	text-align: left;
	margin: 3px 0 5px 5px;
 	}
 
.form 
	{
	font-family: verdana, sans-serif;
	color: #02026d;
	font-weight: bold;
	font-size: 11px;
	margin: 0 5px 0 0;
	text-align: right;
 	}

.starerror
	 {
	font-family: verdana, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 15px;
 	}

.form_imp 
	{
	font-family: verdana, sans-serif;
	color: red;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: right;
	font-size: 11px;
	}

.radio 
	{
	font-family: verdana, sans-serif;
	color: #02026d;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin: 0 5px 0 0;
 	}

select,input,textarea 
	{ 
 	background-color: #f1f6fa; 
 	border: 1px solid #006699;
 	margin: 0 0 2px 3px; 
 	font-size: 13px;
 	}

input:hover,select:hover,textarea:hover 
	{
        background-color: #FFFFFF; 
	}

.submit 
	{ 
 	font-size: 11px;
 	font-family: verdana;
 	color: #000000;
 	background: #CCCCCC;
 	margin: 0 0 0 5px;
 	font-weight: bold;
 	}
 
.submit:hover 
	{
 	font-family: verdana;
 	color: #000000;
 	background: #CCCCCC;
 	}
 
.submit:active
	{
	border: 1px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	}


.links 
	{
	color: #5b6470;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	}

.links:hover 
	{
	color: #fff;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}

.links:visited 
	{
	color: #5b6470;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	}


