/* BODY
-------------------------------------------------- */

html {
 position: relative;
 min-height: 100%;
}

body {
 font-size: 12px;
 color: #4D4D4D;
 font-family: 'Helvetica';
 margin-bottom: 60px;
}

/* STANDARD TAGS
-------------------------------------------------- */
td img { display: block; }
h2 { color: #2E5985; font-size: 24px; margin: 0; }
table { font-size: 14px; margin-top: 30px; }
th { font-weight: normal; background-color: #dfdfdf;}
input, textarea, select, canvas {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 7px;
    outline: 0;
    margin: 0 5px 5px 0;
    background-color: white;
}
textarea, canvas { width: 100%; }
canvas { min-width: 500px; min-height: 500px; }

/* COMMON TAGS
-------------------------------------------------- */

.container {
 width: auto;
 max-width: 990px;
 padding: 0;
}

#footer {
 background-color: #fff;
 border-top: 1px solid #ddd;
}

#footer a {
 text-decoration: none;
 font-size: 11px;
 color: #777;
}

#footer a:hover {
 text-decoration: none;
 color: #99BEF6;
}
