/* This file is not in the html folder because if it was it could not be read because of the .htaccess settings */

body {
	margin: 32px auto 0px auto;
	position: relative;
	width: 500px;
	background: #f1f7fd;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

table,
h1,
p {
	width: 500px;
	text-align: left;
}

table {
	border-top: 1px dotted #000099;
	border-bottom: 1px solid #99CCFF;
	padding: 0 0 8px 0;
}

td {
	margin: 0;
	padding: 8px 0 0 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #000099;
	border-top: 1px solid #20AAEA;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #000099;	
}

a {
	color: #20AAEA;
	text-decoration: underline;
}
.alert {
	color: maroon;
	font-weight: 600;
	width: 470px;
	text-align: left;
	border: 1px solid maroon;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #FFFFD5
}
.message{
	color: green;
	font-weight: 600;
	width: 470px;
	text-align: left;
	border: 1px solid green;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #FFFFD5
}