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

body { margin: 0px; padding: 0px; text-align: center; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }
img { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
form { display: inline; }

#page { margin: 0px auto; text-align: left; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.hr5 { height: 5px; }
.img_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.alert { padding: 5px 5px; margin: 0px 0px 5px 0px; color: #FFFFFF; background: url(../img/alert.png) no-repeat #FF0000 5px center; text-indent: 18px; }
.message { padding: 5px 5px; margin: 0px 0px 5px 0px; color: #FFFFFF; text-indent: 18px; background-color: #0099CC; background-image: url(../img/information.png); background-repeat: no-repeat; background-position: 5px center; }
