/* over-all styles */

@import "layout.css";
@import "header.css";
@import "footer.css";

body { padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; /*background: #077599;*/background: #00b5cb; }
a { text-decoration: none; color: #EC2893; outline:none; outline-style:none; }
a:hover { color: #C6006C; }
h3 { margin: 0; padding: 0 0 10px; font-size: 15pt; color: #003893; border-bottom: 1px dashed #FFC022; }

.formError { background-color: #D0E4F8; }
.formError2 { background-color: #FFF; }
/* old one!!! .formError { background-color: #FAD3E8; }*/