/* CSS Document - Main CSS file for all pages*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
}

.error_message {
	color: #990000;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
	
}

.success_message {
	color: #003366;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
	
}