html {
    overflow-y: scroll;
    overflow-x: auto;
}
body {
    margin:0;
    padding:0;
    background:#e5e5e5 url("../images/body_bg.gif") left bottom repeat-x;
}
a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul {
    font-family:Verdana,sans-serif;
}
a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul {
    font-size:12px;
}
h1 {
    margin:15px 0 12px;
    padding:0;
    font-size:22px;
    font-weight:normal;
    color:#00A0E3;
}
#main h1 {
    margin:15px 0 12px;
    padding:0;
    border-bottom:2px solid #00A0E3;
    font-size:22px;
    line-height:1.5;
    font-weight:normal;
    color:#000;
}
#left h1 {
    margin:15px 0;
    padding:0;
    text-align:center;
    background-color:#edebeb;
    border-top:2px solid #00A0E3;
    border-bottom:2px solid #00A0E3;
    font-size:16px;
    line-height:1.5em;
    font-weight:normal;
    color:#000;
}
h2 {
    margin:0 0 6px;
    padding:0;
    font-size:12px;
    line-height:1.5;
    font-weight:bold;
    color:#333;
}
a {
    text-decoration:none;
    color:#00A0E3;
}
#main a {
    text-decoration:underline;
    color:#00A0E3;
}
#main a:hover {
    text-decoration:none;
    color:#000;
}
a:hover {
    text-decoration:underline;
    color:#00A0E3;
}
a:active,
a:focus {
    outline: none;
    -moz-outline-style: none;
}
img {
    border:0px;
}
p,
pre,
form,
figure {
    margin:0;
    padding:0;
}
