DIV.outer
      {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 956px;
	height: 550px;
	margin-left: -478px; /* half of width */
	margin-top: -275px;  /* half of height */
	z-index: 0;
      }
	  
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #004264;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004264;
	line-height: 140%;
	}
   
td.service {
	line-height: 100%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004264;
	line-height: 140%;
}
.small {
	line-height: 100%;
	font-size: 9px;
}

.bullet {font-size: 16px}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:11px;
} 

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:11px;
}

a, a:link, a:visited  {
	color: #004264;
	text-decoration: none;
	font-weight: normal;
}

a, a:active, a:hover{
	color: #4dbeed;
	text-decoration: none;

}

.bold { 
 	font-weight: bold;
}
.bold_white { 
	font-size:0.94em;
 	font-weight: bold;
 	color: #ffffff;
}
.bold_white_big { 
    font-size : 11px; 
 	font-weight: bold;
 	color: #ffffff;
}
.white {  
 	color: #ffffff;
} 


INPUT.login {
	BORDER-RIGHT: #d2ebf7 2px solid;
	BORDER-TOP: #d2ebf7 2px solid;
	BORDER-LEFT: #d2ebf7 2px solid;
    BORDER-BOTTOM: #d2ebf7 2px solid;
	width: 100%;
	COLOR: #ffffff;
	background-color:#004264;
	clip: rect( );
	font-weight: bold;
	line-height: 14px;
}

SELECT.dropdown {
	BORDER-RIGHT: #d2ebf7 2px solid;
	BORDER-TOP: #d2ebf7 2px solid;
	BORDER-LEFT: #d2ebf7 2px solid;
    BORDER-BOTTOM: #d2ebf7 2px solid;
	FONT-SIZE: 11px;
	COLOR: #19234d;
	background-color:#ffffff;
	clip: rect( );
	line-height: 14px;

}

 INPUT.formfield {
	BORDER-RIGHT: #d2ebf7 2px solid;
	BORDER-TOP: #d2ebf7 2px solid;
	BORDER-LEFT: #d2ebf7 2px solid;
	BORDER-BOTTOM: #d2ebf7 2px solid;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clip: rect( );
	line-height: 14px;

}
TEXTAREA.message {
	BORDER-RIGHT: #d2ebf7 2px solid;
	BORDER-TOP: #d2ebf7 2px solid;
	BORDER-LEFT: #d2ebf7 2px solid;
    BORDER-BOTTOM: #d2ebf7 2px solid;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clip: rect( );
}
