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;
}
.button a{
    background-image: url("/images/button.gif");
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 19px;
    text-align: center;
    width: 85px;
}
