body {
	background-color: white;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	width: 620px;
}

h1 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25em;
	color: #B72927;
}

li {
	list-style: none;
}

select {
	position: absolute;
	left: 120px;	
}

table {
	font-size: 12px;
	margin-top: 15px;
}

th {
	color: #00A9EE;
	font-weight: 800;
	text-align: left;
}

.contents {
	width: 400px;	
}

td {
	font-size: 12px;
	align: left;
}

a:hover {
	color: #BE1915;
	text-decoration: none;
}

a {
	background-image: url(http://exiqon.com/images/misc/new2/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #222222;	
}

