@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
body {
	margin: 0px;
}
body,td,th {
	font-family: Helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
a {
	font-size: 10px;
	color: #666666;
	font-family: helvetica;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.mainBGdiv {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(images/BG_index.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
img, div { behavior: url(iepngfix.htc) }
.rightSidePopUp {
	background-color: #FFFFFF;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 49;
	height: 370px;
	width: 375px;
	top: 125px;
	left: 525px;
	padding: 10px;
}