/* HTML Tag Classes */
html { padding:0px; margin:10px; }
body { color:#4D4D4D; padding:0px; margin:0px; margin-bottom:20px; }
h1 { font-weight:bold; font-size:18px; margin-top:0px; color:#4D4D4D; }
h2 { font-weight:bold; font-size:14px; margin-top:0px; color:#4D4D4D; }
p { margin-top:0px; }

/* Link Classes */
a:link, a:visited { color:#E67B32; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }

/* Custom Classes */
.Section1 { width:779px; margin:10px auto; background-image:url("../interface/background.gif"); background-repeat:no-repeat; background-color:#FFFFFF; font-family:Helvetica,Arial,Sans-serif; font-size:12px; }