﻿body{
	line-height:1;
	font-size: 12px;
	font-family:arial,sans-serif;
	margin:0pt;
	height:100%;
	background-attachment: fixed;
	background-color: #CFF4FD;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(img/back.jpg);
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:1px solid #cecece;
	z-index:1;
	background-color:#000000;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:600px;
	width:670px;
	z-index:2;
	padding:12px;
	font-size:14px;
	line-height: 110%;
	border: medium none #FF0000;
}
#popupContact h1{
	text-align:center;
	color:#FFFFFF;
	font-size:22px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:20px;
	border-bottom-style: none;
}
#popupContactClose{
	font-size:16px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#FF0000;
	font-weight:700;
	display:block;
	font-style: normal;
	text-decoration: underline;
}
#button{
text-align:center;
margin:100px;
}

#contactArea a{
	color:#FFFFFF;
}
#contactArea a:hover{
	color:#999999;
}
