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

html { padding-bottom: 30px; }

body { margin: 0px 0px 50px 0px; font-family: arial, helvetica, sans-serif; font-size: 12px; background: #FFFF; border-top: 10px solid #009cdd; }

body a { color: #009cdd; text-decoration: none; } 

body a:hover {  color: #1d347e; }

#wrapper { width: 500px; margin: 0px auto 0px auto; text-align: center; padding: 20px 0px 0px 0px; position: relative; }

#content { float: left; margin-top: 20px; width: 100%; text-align: justify; }

h1 { font-weight: normal; font-size: 18px; color: #009cdd; }

p { color: #1d347e; }

#footer { border-top: 1px dotted #009cdd; margin-top: 30px; }

#copy { }