* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html, body {
    height: 100%;
}
body {
    font: normal 13px 'Trebuchet MS', tahoma, sans-serif;
    background: #f4f4f4;
    color: black;
}
a {
    color: #204a87;
    padding: 2px 1px;
}
a:hover {
    text-decoration: none;
}
a img {
    border: 0;
}
p, h3, ul, ol {
    margin: 10px 0;
}
h3 {
    font-family: Georgia, Times;
    font-size: 18px;
    font-weight: normal;
}
ul, ol {
    padding-left: 30px;
}
ul {
    list-style-type: square;
}
input, select, textarea {
    font-family: Verdana, sans-serif;
    font-size: 100%;
}
input, select {
	vertical-align: middle;
}
textarea {
    vertical-align: top;
}
input.text, textarea, option {
    padding: 2px;
}
input.submit {
    padding: 2px 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, td, th, tr {
	vertical-align: top;
}
sub, sup {
    position: relative;
    font-size: 10px;
}
sub {
    top: 5px;
}
sup {
    top: -5px;
}
