
BODY {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
}

H1 {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
	color: #000080;
}

H2 {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
        color: #000080;
}

H3 {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
        color: #000080;
}


H4 {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
        color: #000080;
}

H5 {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
        color: #000080;
}


H6 {
	font-family: 'bitstream vera sans', tahoma, helvetica, sans-serif;
        color: #000080;
}

DT { 
	font-weight: bold;
}

.banner {
        font-family: 'bitstream vera sans', tahoma, Helvetica, Arial, sans-serif;
	background-color: #E0E0FF;
}


.fixedbanner
{
        font-family: 'bitstream vera sans', tahoma, Helvetica, Arial, sans-serif;
	background-color:	#E0E0FF;
	text-color:		#000000;
	position:		fixed;
	width:			100%;
	height:			4em;
	top:			0;
	right:			0;
	left:			0;
	bottom:			auto;
	border-bottom:		1px solid black;	
	z-index:		100;
}

.main
{
	position:		relative;
	padding:		4em 4em 4em 0em;	
	width:			auto;
	height:			auto;
	top:			0em;
	right:			0;
	left:			0;
	bottom:			0;
}



.imgp {
	text-align: center
}

