/* global.css */

/************************ general document settings ************************/

* {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: underline;
}
body {
    background: #EEF7F1;
    font-size: 100% !important;
	font-size: 85%;
}
table, td {
	font-size: 100% !important;
}
h1, h2, h3 {
    font-weight: normal;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.20em;
}
h4 {
	font-size: 1.00em;
}
h5 {
	font-size: 1.20em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
}
h6 {
	font-size: 1.00em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
}
hr {
    display: none;
}
img {
    border: 0;
}
input[type="radio"] {
    margin-right: 3px;
}
input[type="checkbox"] {
    margin-right: 3px;
}

/* font-hack for safari */

html*#box-content {
    font-size: 0.98em;
    line-height: 1.40em;
}
html*#box-infobar {
    font-size: 0.78em;
    line-height: 1.40em;
}
