﻿
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: "" "";
}

ul
{
	margin: 0 0 0 12px;
}

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: 100;
}
.popupContact
{
	display: none;
	_position: absolute; /* hack for internet explorer 6*/
	width: 554px;
	background: #daf1f7;
	z-index: 200;
	padding: 12px;
	font-size: 13px;
	border: 1px solid #a8dded;
}
	.popupContact h1
	{
		text-align: left;
		margin-bottom: 10px;
	}
.popupContactClose
{
	right: 6px;
	top: 4px;
	position: absolute;
	display: block;
}
.button
{
	text-align: center;
	margin: 100px;
}

.PopupLinkButton
{
	cursor: pointer;
}

