img, div { behavior: url(iepngfix.htc) }
body, html{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
    background-color: #FFFFFF;
}
#container
{
	width: 100%;
    height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.text
{
    font-size: 8pt;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
.gray { color: #808080; }
.center { text-align: center; }
.bold { font-weight: bold; }
.large { font-size: 10pt; }
