html {
/* this is a hack to force scrollbars on at
all times so that the page does not jump
when going from short to long pages */
	height: 100%;
	margin-bottom: 1px;
	overflow:scroll-y;
}

body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	background-image: url(images/bg-img.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:18px;	

} 

#logo {

	width: 598px;
	height: 128px;
	padding: 0;
}


div#page {
	width: 100%;
	padding: 0;
	text-align: center;

	margin-right: auto;
	margin-left: auto;
}
div#display {
	width: 600px;
	height: 400px;
	padding: 0;
	text-align: center;
	background-color: #010066;
	border: 1px solid #000000;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div#content {
width: 560px;
padding: 20px;
text-align: center;
float:none;

}
.textstyle{
	font: bold 12px Verdana;
	line-height: 1.5;
	color: #efefef;
}

.formstyle{
background-color: #E1E1E1;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B0D3FF;
	text-decoration: none;
}


.hd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}



A.t0:link, A.t0:visited {font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; text-decoration:none
}
A.t0:hover {font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;text-decoration:underline;
}	
	
A.t1:link, A.t1:visited {font-size: 12px;
	font-weight: bold;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif; text-decoration:none
}
A.t1:hover {font-size: 12px;
	font-weight: bold;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;text-decoration:underline;
}
A.t2:link, A.t2:visited {font-size: 12px;
	font-weight: bold;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif; text-decoration:none
}
A.t2:hover {font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;text-decoration:underline;
}
.body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

	
A.t3:link, A.t3:visited {font-size: 13px;
	font-weight: bold;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif; text-decoration:none
}
A.t3:hover {font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;text-decoration:underline;
}	

.norm13px {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.norm11px {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.norm10px {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.bold13px {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.bold12px {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.bold10px {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.norm9px {
	font-size: 9px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.white9px {
	font-size: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.white12px {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
.form1 {
	border-top: 2px inset;
	border-right: 2px inset;
	border-bottom: 2px inset;
	border-left: 2px inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.narrowfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #000000;
	font-stretch:ultra-condensed
	}


#trans { background: transparent url(/images/trans-test.png);
height: 100px;
width: 150px;
 }