@charset "utf-8";
/* CSS Document */

body { background-color: #999; margin-top: 0px; font-family: Arial, sans-serif; font-size: 12px; color:#000; }
h1 { font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; color:#4573A2; }
h2 { font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; color:#4573A2; }
h3 { font-size: 12px; font-weight: bold; font-family: Arial, sans-serif; margin:0px;  }

a:link { color:#4573A2; text-decoration: underline; }
a:visited { color:#4573A2; text-decoration: underline; }
a:hover, a:active { text-decoration: none; color: #709AC4; }

p { margin:0px 0px 10px 0px }
th { color:#FFF; background:#333; text-align:left; }
li { padding-bottom:5px; color: #333; }

.content { background-color:#FFF; padding: 20px; border-left:1px solid #000; border-right:1px solid #000; }
.error { padding:10px; margin:20px; border:1px solid #333; background-color:#a8c4e6; font-weight:bold; font-size:13px; color:red; text-align:center; }
