		
label {
	font-weight:		bold;
}
.required {
	color:				red;
	background:			transparent;
	margin-left:		0.2em;
	margin-right:		0.2em;
}

h1 {
	font-weight:		bold;
	font-size:			120%;
}

table.form {
	border:				0px;
	margin:				0px;
	padding:				0px;
}
table.form tr td {
	border: 				0px;
	padding:				0.5em 0.5em 1em 0.5em;
	vertical-align:	top;
}
input, select {
	font-size:			11px;
}
td.field {
	text-align:			right;
}
.textfield
{
	border : 			solid 1px black;
}
a:link, a:visited {
		text-decoration:	none;
		color: 				#0000C8;
		font-weight: 		bold;
}
a:hover {
		text-decoration:	underline;
		color: 				#0000C8;
		font-weight: 		bold;
}
