
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #648395;
	background-image: url(images/backgrounds/blue_background.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
body img {
	border-radius: 4px;
}
html a, a:visited, a:active, a:link{
	color: #003366;
	text-decoration: none;
	font-family: verdana;
}
html a:hover{
	color: #dc102c;
	text-decoration: none;
}
.table {
	display: table;
}	
.tr {
	display: table-row;
}
.td {
	display: table-cell;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 10px 20px 10px 18px;
	font-family: Optima, Arial, Helvetica, verdana, sans-serif;
	color: #F8661A;
}
	
p {
	margin-top: 0;
	padding-right: 25px;
	padding-left: 20px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}


input[type=text], select {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;

}
.ErrorText {
	font: normal 12px arial;
	color: #8b0000;
}
.SuccessText {
	font: normal 12px arial;
	color: #06550D;
}
.Message {
	font: normal 18px verdana;
	color: #dc102c;
	padding-bottom: 12px;
	line-height: 150%;
}