/* Remove the dotted rectangle as link be focused */
:focus {
	-moz-outline-style: none;
}
/* End */
.HideMessage {
	visibility: hidden;
	display: none;
}
.ShowMessage {
	visibility: visible;
}
div#systemMessage {
	background-color: #EAEAEA;
	border: 1px dotted #CCCCCC;
	padding: .5em;
}
div#mainContent h3 {
	color: red;
}
div#mainContent h3,
div#mainContent h4 {
	margin: .5em 0em;
	padding: 0px;
}
