/* CSS Document */



/******************************************

links

******************************************/

a.link:link {

	color: #336699;

	text-decoration: none;}



a.link:visited {

	color: #6699cc;

	text-decoration: none;}



a.link:hover {

	color: #990000;

	text-decoration: none;}



/******************************************

bodys

******************************************/

body {

	margin: 0px;}



/******************************************

tables

******************************************/

table {

	padding: 0px;

	border-width: 0px;

	margin: 0px;

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	margin-right: 0px;}


