body			{
	background-image: ../images/bg.gif;
	background-color: #3878b5;
	background-repeat: no-repeat;
}
h1				{ color: white; font-family: europe, arial; font-weight: bold; font-size: 15pt; letter-spacing: 5px; }
h2				{ color: white; font-family: europe, arial; font-size: 10pt; color: #f0f0ff; }


input.button	{
	font-family: arial;
	font-size: 10pt;
	width: 150px;
	height: 23;
	color: white;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 0 10;
	margin: 2;
	background-color: #6c99bf;
	border-top: 1 solid #2a6aa7;
	border-bottom: 1 solid #2a6aa7;
	border-left: 1 solid #2a6aa7;
	border-right: 1 solid #2a6aa7;
	cursor: hand;
	text-align : left;
	font : bold;
}
select.find	{
	background:#ffffff; 
	color:#336699; 
	font-weight: bold;
	margin: 2
}
p {
	text-align: justify;
}
A:hover {text-decoration: none; color:#ff0000; font-weight:bold;}
A:link {color:#ffff00; font-weight:bold;}
A:visited {color: #ffff99; font-weight:bold;}
table {font-family: europe, arial;
	font-size : 12;}
hr {color:#ffffff}