html,body,form{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
html,body{
	height: 100%;
	background-color: white;
	min-width: 1200px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1200)? "1200px" : "100%")
	min-height: 800px;
	height: expression(((document.documentElement.clientHeight || document.body.clientHeight) < 800)? "800px" : "100%")
}
body{
	background-color: white;
	background-position: top left;
	background-repeat: repeat-x;
}
a{
	margin:0px;
	padding: 0px;
}
a:link,
a:visited{
	color: #087faa;
	text-decoration:underline
}
a:hover,
a:active{
	color: #087faa;
	text-decoration:none
}
form{

}
body,td,p{
	padding: 0px;
	margin:0px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
td{
	vertical-align: top;
}
.bigTable{
	width: 100%;
	height: 100%;
}
img{
	border: 0px;
	padding:0px;
	margin:0px;
}
table{
	margin:0px;
}
#messager{
	float:left;
	position:absolute; 
	top: 0;
	left:0;
	text-align:center;
	vertical-align:middle; 
	width:100%; 
	height:100%; 
	z-index: 999;
	display: none;	
	margin:0px;
	padding:0px;
}
.massageCont{
	position absolute;
	background: white;

	top: 0;
	left:0;
	width: 350px;
	height: 80px;
	padding: 20px;

	vertical-align: middle;
	color: #095998;
	border: 2px solid #00a4e7;
	z-index: 9999;
}
.massageCont input{	
	color: white;
	border: 0;
	width: 110px;
	margin-top: 10px;
/*	background: #e71802;*/
}
.msB1{
	background-color: #00a4e7;
}
.msB2{
	background-color: #008cce;
}
.msB3{
	background-color: #81c5f9;
}
#messagerBack{
	position:absolute; 
	top: 0px;
	left:0px;
	width:100%; 
	height:100%; 	
	background-color: white;
	opacity: 0.70; /* Safari, Opera and Mozilla */
	filter: alpha(opacity=70);
}
.messagerFront{
	position:absolute; 
	width: 350px;
	height: 80px;
}
#ms{
	margin-bottom:10px;
}

#page{
	position:relative; 
	top:0; 
	left:0px; 
	text-align: center; 
	width:100%;
	height:100%;
}
.red{
	color:red;
}
label.error{
	color: white;
	font-size:12px;
} 

#shortAdress p{
	font-weight: normal;
}

table.bigTable tbody tr td h1 {
    font-size: 16px;
}

table.bigTable tbody tr td h2 {
    font-size: 16px;
}
.i_list {
	color:gray;
}
.i_h {
	line-height: 150%; 
	color: rgb(127, 127, 127); 
	font-size: 10pt;
}
.i_p {
	color: gray;
    font-size: 10pt;
    line-height: 150%;
	text-align: justify;
}
.floleft {float: left;}
.floright {float: right;}
.clear {clear: both;}
.justtable {
	width:100%;
	text-align: center;
	margin:10px;
	
}

.firstr {
	background-color: #999999;
}
.textview {
	line-height: 150%; 
	font-family: Arial, sans-serif;
	color: gray; 
	font-size: 10pt;
}
.w150 {
	width:150px;
	text-align: center;
	vertical-align: middle;
}

