
a {
	color:#B81B34;
	text-decoration:underline;
}

a:visited {
	color:#B81B34;
}

a:active {
	color:#B81B34;
}

body {
	color:#000000;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	margin:0px;
}

form {
	display:inline;
}

img {
	display:block;
	border:none;
}

input.small {
	width:100px;
}

input.medium {
	width:200px;
}

input.large {
	width:200px;
}

object {
	display:block;
}

p {
	font-size:13px;
	margin:0px 0px 14px 0px;
}

select.small {
	width:100px;
}

select.medium {
	width:150px;
}

select.large {
	width:200px;
}

td {
	font-size:12px;
}

.dark_coloured {
	background-color:#FBFBFB;
}

.dark_grayscale {
	background-color:#E8E8E8;
}

.light_coloured {
	background-color:#FBFBFB;
}

.light_grayscale {
	background-color:#F0F0F0;
}

td.register_label {
	padding:5px 5px 0px 2px;
	font-size:14px;
	color:#B81B34;
}

td.register {
	padding:5px 5px 0px 0px;
}

td.title {
	height: 30px;
}

.warning {
	color:#6D5336;
	font-weight:bold;
	font-style:italic;
}

