/* This file contains general overrides to the reset.css file */
body {
	font-size: 10pt;
}

a {
	outline: 0;
}

fieldset {
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}

legend {
	margin: 0 8px;
}

th {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 12pt;
}

strong {
	font-weight: bold;
}

span.error {
	background-color: #F00;
	font-weight: bold;
}
