a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
text-decoration:underline;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.bold {
font-weight:bold;
}

.smallgrey{
font-size:10px;
color:#999999;
}

.error {
	color: #FF0000;
	font-size: 18px;
}
.content {
	width: 700px;
	margin: 50px auto;
	border: 1px solid black;
	padding: 10px;
}


.right {
	float: right;
}
.left {
	float: left;
}