
/* GLOBAL STYLES */
/* ##################################################### */

* { font-size: 1em; }

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}

a {
	color: #0059ba;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #800;
	text-decoration: none;
}

h1 { font-size:200%; margin: 30px 0 10px 0; }
h2 { font-size:150%; margin: 22px 0 8px 0; }
h3 { font-size:120%; margin: 20px 0 6px 0; }
h4 { font-size:100%; margin: 17px 0 4px 0; }
h5 { font-size:100%; margin: 15px 0 2px 0; }
h6 { font-size:100%; margin: 10px 0 0px 0; }

big { font-size:120%; }
small { font-size:90%; }

sup { font-size: .5em; }

td { vertical-align: top; }

p { margin: 1em 0; } /* make IE and Firefox paragraph margins match */

input, select, textarea {
	margin: 1px;
	font-size: 1.2em;
}
textarea { overflow: auto; }

ul { list-style-image: url(../pix/li.gif); }
ol { list-style-image: none; }

hr {
	height: 1px;
	color: #dadad9;
	background: #dadad9;
	border: none;
	margin: 1em 0;
}

label { cursor: pointer; }

img { border-color: #83a5c2; }

#head h2 {
	margin: 0;
	margin-left: 360px;
	padding-top: 26px;
	text-align: center;
	font: bold italic 17px Arial, Helvetica, sans-serif;
	width: 350px;
}

.clear { clear: both; }
.small { font-size: 11px; }
.hilite { color: #3d73a0; font-weight:bold; }
.page-break { page-break-after: always; }
.attention { color:#f00; }
.left { text-align: left; }
