/* all over the pages */

	a:active {
		color: black;
		text-decoration: none;
	}

	body {
		background-color: #F0F0FF;
	}

	/* standard font */
	p, td, li, h1, h2, h3, h4, h5, body {
		font-family: sans-serif;
		font-size: 8pt;
		text-align: left;
	}

	/* the input fields */
	input, select, textarea {
		font-size: 10px;
		font-family: sans-serif;
	}

	a:link {
		color: black;
		text-decoration: none;
	}

	a:visited {
		color: black;
		text-decoration: none;
	}

	tr, td {
		vertical-align: top;
	}