/* html */
body { background: #eee url(img/bg.gif); margin: 16px; padding: 0; }
td, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
p {
	padding: 0;
	margin-top: 0;
	margin-bottom: .75em;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
h1 { font-size: 20px; padding: 0; margin-top: 0; margin-bottom: .6em; color: #333; }
h2 { font-size: 18px; padding: 0; margin-top: 0; margin-bottom: .4em; color: #333; }
h3 { font-size: 14px; padding: 0; margin-top: 0; margin-bottom: .2em; color: #333; }
h4 { font-size: 13px; padding: 0; margin-top: 0; margin-bottom: .5em; font-weight: bold; }
h5 { font-size: 12px; padding: 0; margin-top: 0; margin-bottom: .5em; font-weight: bold; text-decoration: none; }
img { border: none; }
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #00CC66;
}
a:active {
	color: #00CC66;
}
/* forms */
form {
	padding: 0;
	margin: 0;
	display: inline;
}
textarea {
	font-size: 12px;
	width: 98%;
}
select {
	font-size: 12px;
	width: 160px;
	background-color: #eee;
}
.input {
	width: 98%;
	font-size: 11px;
}
.radio {
	width: 12px;
	vertical-align: middle;
}
.submit {
	width: 120px;
	font-size: 11px;
}
.label {
	font-size: 10px;
	color: #444;
}


/* custom */
.smallcaps { font-variant: small-caps; }
.top_right_pad  { padding: 20px 20px 0 0; }
a.button:active { position:relative; left: 1px; top: 1px; }

.syd  { color: #d6345b; }
.nord { color: #79aa14; }
.vest { color: #ec5112; }
.vast { color: #cc6600; }

.grey_line { width:100%; height:1px; border-bottom:1px solid #e3e3e3; margin-top: 1.4em; margin-bottom: 1.6em; }
.syd_line  { width:100%; height:1px; border-:1px dotted #d6345b; margin-top: 1.4em; margin-bottom: 1.6em; }
.nord_line { width:100%; height:1px; border-bottom:1px dotted #14b63b; margin-top: 1.4em; margin-bottom: 1.6em; }
.vest_line { width:100%; height:1px; border-bottom:1px dotted #ec5112; margin-top: 1.4em; margin-bottom: 1.6em; }
.vast_line { width:100%; height:1px; border-bottom:1px dotted #8a95ff; margin-top: 1.4em; margin-bottom: 1.6em; }
.om_magma  { padding: 4px 40px 20px 16px; }bottom
.even { background-color: #f6f6f6; }
.odd  { background-color: #ececec; }


