/* CSS Document */

body{
	margin-left:0px;
	margin-top:0px;
	background-image: url(images/bgtile.gif);
}
*{
	color:navy;
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
}
a{
	color: orange;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.bgtop{
	background-position: top;
	background-repeat:no-repeat;
}
