
* /* Don't take any chances! */
{
	outline: thin none black;
	margin: 0;
	border: thin none black;
	padding: 0;
}

#forcescrollbar
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: -1px;
	width: 0px;
	z-index: -1;
	visibility: hidden;
}

body
{
	background: #f0f0f0;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	letter-spacing: normal;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

p
{
	margin-bottom: 0.2em;
}

h1
{
	margin-top: 1em;
	margin-bottom: 0.7em;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: normal;
}

h3
{
	margin-top: 0.5em;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

hr
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	height: 1px;
	background-color: #000000;
	color: #000000;
}

td
{
	text-align: left;
	vertical-align: top;
}

blockquote
{
	padding-left: 1.5em;
}

.layout
{
	margin: 0;
	border: none;
	padding: 0;
}

.clr_l
{
	clear: left;
}

.clr_r
{
	clear: right;
}

.clr_b
{
	clear: both;
}

.success
{
	color: #009900;
}

.notice
{
	color: #ffcc33;
}

.warning
{
	color: #ff6600;
}

.error
{
	color: #cc0000;
}

.faded
{
	color: #7f7f7f;
}

.highlight
{
	color: #bf0f4f;
}

.legal
{
	margin-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.0em;
}

.legal h1
{
	margin-top: 1.3em;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.legal h2
{
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 11px;
	font-weight: bold;
}

.legal p
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-align: justify;
}

#topnav
{
	position: relative;
	display: block;
	margin: 30px auto 0px auto;
	border: 1px #000000 solid;
	width: 700px;
	height: 334px;
	background: #ffffff url("../images/bg-home.jpg") bottom right no-repeat;
}

.shadow-tr
{
	display: block;
	position: absolute;
	background: url("../images/shadow-r0-o50-b8.png") top right no-repeat;
	z-index: -9999;
}

#topnav .shadow-tr
{
	width: 33px;
	height: 350px;
	top: 2px;
	right: -17px;
}

#topnav ul
{
	display: block;
	position: relative;
	margin: 30px 12px 0px 12px;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background: #eeeeee;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
}

#topnav li
{
	display: inline;
	margin-right: 12px;
	padding-left: 12px;
	background: url("../images/topnav-li.png") top left no-repeat;
	background-position: 0px 4px;
}

#topnav li:hover
{
	background-image: url("../images/topnav-li-selected.png");
}

#topnav li.last
{
	position: absolute;
	margin-right: 20px;
	right: 0;
}

#contentblock
{
	position: relative;
	display: block;
	margin: 0px auto 20px auto;
	border: 1px #000000 solid;
	border-top: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	width: 600px;
	min-height: 128px;
	background-color: #ffffff;
}

.shadow-bl
{
	display: block;
	position: absolute;
	background: url("../images/shadow-r0-o50-b8.png") bottom left no-repeat;
	z-index: -9999;
}

#contentblock .shadow-bl
{
	width: 683px;
	height: 20px;
	bottom: -17px;
	left: 2px;
}

.shadow-br
{
	display: block;
	position: absolute;
	background: url("../images/shadow-r0-o50-b8.png") bottom right no-repeat;
	z-index: -9999;
}

#contentblock .shadow-br
{
	width: 32px;
	height: 100%;
	bottom: -17px;
	right: -17px;
}
