body{
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: medium;
	color: #ffffff;
	padding: 10px;
	background-color: #000066;
	line-height: 1.4em;
}

h1 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
}
	
h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}

a:link {
	font-weight: bold;
	color: #99ffff;
	text-decoration: none; 
}
	
a:visited {
	font-weight: bold;
	color: #99ffff;
	text-decoration: none;  
}

a:active {
	font-weight: bold;
	color: #99ffff;
	text-decoration: none;  
}
	
a:hover {
	font-weight: bold;
	color: #99ffff;
	text-decoration: underline; 
}

p {
	margin: 1em 0 1em 0;
}

input {
	font-size: 0.8em;
	font-weight: normal;
	color: #000066;
	text-decoration : none; 
}
	
textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
	text-decoration : none; 
}
	
select {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
	text-decoration : none; 
}

.iml {
	position:absolute;
	top:10px;
	left:5px;
}
	
.imr {
	position:absolute;
	top:10px;
	right:5px;			
}
