html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
}
	 
body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background-color: #004689;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}

#frame
{
	position:absolute;
	width:578px;
	height:441px;
	top:50%;
	margin-top:-221px;
	left:50%;
	margin-left:-289px;
	z-index:1;
	border:1px solid #303030;
	background-color: #FFFFFF;
}

#picture_top
{
	width:578px;
	height:200px;	
	z-index:1;
	background: url(images/intro_top.png) no-repeat top left;
}

#spacer
{
	width:578px;
	height:1px;	
	z-index:1;
	background-color:#FFFFFF;
	font-size:1px;
	overflow:hidden;
}

a {
	color: #004689;
	font-size: 95%;

}

a:visited {
	color: #004689;
	font-size: 95%;
}

.std {
	font-size: 70%;
}

img 
{
	border:0; 
}
