
	a {
		color: #7d9a3d;
	}

	a:visited {
		color: #666666;
	}

	a img {
		border: none;
	}

	body {
		background: url(images/com/x1seven/curium/website/background_tile1.gif);
	}

	h1 {

		/* Box Properties */
		margin: 0px;

		/* Formatting Properties */
		font-family: verdana;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: -1pt;
		color: #000000;

	}

	h2 {

		/* Formatting Properties */
		font-family: verdana;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: -1pt;
		color: #000000;

	}

	h3 {

		/* Formatting Properties */
		font-family: verdana;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: -1pt;
		color: #999999;

	}

	li {
		font-family: verdana;
		font-size: 10pt;
	}

	p {
		font-family: verdana;
		font-size: 10pt;
	}

	th {

		/* Formatting Properties */
		background-color: #7d9a3d;
		color: #ffffff;
		font-family: verdana;
		font-weight: bold;
		font-size: 10pt;
		text-align: left;

	}

	td {

		/* Formatting Properties */
		background-color: #ffffff;
		color: #000000;
		font-family: verdana;
		font-size: 10pt;
		text-align: left;

	}

	tr.odd td {

		/* Formatting Properties */
		background-color: #efefef;
		vertical-align: top;

	}

	tr.even td {

		/* Formatting Properties */
		background-color: #ffffff;
		vertical-align: top;

	}

