html, body  {
	/* get rid of default spacing on the edges */
    margin: 0;
	padding: 0;
	/* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;
	/* no more scroll bar */
    overflow: auto;
	background-color: #0168e9;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
	background-image: url(../image/index_bg.jpg);
}
.div_alternativecontent {
	margin: 15px;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 12pt;
}
h1 {
	font-family: Georgia;
	font-size: 14pt;
	letter-spacing: 0.1em;
	font-weight: lighter;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia;
	font-size: 12pt;
	letter-spacing: 0.1em;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 12pt;
}
h3 {
	font-size: 11pt;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	line-height: 12pt;
	font-weight: lighter;
}
h4 {
	font-size: 9pt;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial;
	color: #999999;
	line-height: 12pt;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FF99CC;
	text-decoration: none;
}
.pic_border {
	border: 0.5px solid #333333;
	background-color: #000000;
}
hr {
	font-weight: lighter;
	color: #333333;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.footer {
	color: #666666;
	font-size: 9px;
}
.border_right {
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #999999;
}
.buttonlink {
	font-family: Arial, Helvetica;
	font-size: 10px;
	background-color: #000000;
	border: 3px double #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
	font-weight: lighter;
}
.canceled {
	text-decoration: line-through;
}

