@charset "utf-8";
/* CSS Document */
body { text-align:center; background-color:#EEE;}
#wrapper { max-width:700px; margin:20px auto; text-align:left; background-color:#FFF; padding:20px; border:1px solid #DDD;}
#branding { text-align:center; padding:0 0 20px 0; border-bottom:1px solid #DDD; margin:0 0 20px 0;}
#content {}
#footer {}

/* classes */
table {}
table td, table th { vertical-align:top;}
.aligncenter { text-align:center;}
img { max-width:100%; height:auto;}

/* FONTS */
body { font-family:Verdana, Geneva, sans-serif; font-size:14px; line-height:1.3em;}
p { margin:0 0 12px 0;}
#footer { text-align:center; font-size:12px; font-style:italic;}




