﻿* {
	margin: 0px;
	padding: 0px;
	}
html {
	border: 0px;
	height: 100%; /* if not set the value, body height will not work*/	
	
	}
body {
	background: #E5ECF4 url(~/images/bg.png) repeat-x;
	min-height: 100%;
	height: auto;
	font-size: 10pt;
	text-align: center;
	font-family: Verdana;
	}
img {
	border: 0px;
	}
a:link,a:visited {
	color: #3266cc;
	text-decoration: none
	} a:hover {
		color: #E00;
		text-decoration: none
}
div.infoview
{
	width:820px;
	min-height:1px;
	height:auto;
}
dl dt
{
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:24pt;
}
dl dd
{
	text-align:left;
}
div div.infoview_close
{
	width:100%;
	height:80px;
	line-height:80px;
}
