@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 10px;
}

div.centerme {
	margin: auto;
	overflow: hidden;
}

div.text {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.box {
	margin-top: 20px;
	text-align: left;
	float: left;
	width: 165px;
}
div.pic {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.picdisc {
	text-align: right;
	display: block;
	font-size: 10px;
}
div.pictext {
	text-align: justify;
	display: block;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}

div.linkit {
	cursor: pointer;
	padding: 3px;
	margin-bottom: 20px;
}
div.linkit:hover {
	background-color: #F3F3F3;
}
div.header {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Arial Black", "Arial", sans-serif;
}
div.header2 {
	padding: 10px;
	margin-top: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	font-size: 1.2em;
}
div.subheader {
	font-style: italic;
}

h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font: normal 1.5em Verdana, sans-serif;
}


a {
	border: 0px solid #ffffff !important;
	color: #A20000;
}
a.white {
	color: #A20000;/*#003E88;*/
	text-decoration: none;
	font-weight: normal;
}
a.white:hover {
	text-decoration: underline;
}
a.black {
	color: #ffffff;/*#003E88;*/
	text-decoration: none;
	font-weight: normal;
}
a.black:hover {
	text-decoration: underline;
}

div.box a {
	display: block;
	padding: 2px;
	height: 22px;
	vertical-align: middle;
	text-decoration: none;
	color: #A20000;
}
div.box a:hover {
	color: #DB0000; /*#707074;*/
	/*background-color: #DEDEDE;*/
	text-decoration: underline;
}

/* please input */
input.h[type="text"] {
	color: #cfcfcf;
	height: 20px;
	vertical-align: middle;
}
div.capt {
	height: 20px;
	float: left;
	vertical-align: middle;
	text-align: left;
	width: 40px;
}
img {
	border: 0px;
}
/* please round the corners ... dont round the corners please */
div.centerme i {
	position: absolute;
	width: 3px;
	height: 3px;
	border: 1px none #CFCFCF;
}
div.centerme i.tl {
	top: 0px;
	left: 0px;
	border-style: solid none none solid;
	background: transparent url(img/null.php) no-repeat scroll left top;
}
div.centerme i.tr {
	top: 0px;
	right: 0px;
	border-style: solid solid none none;
	background: transparent url(img/null.php) no-repeat scroll right top;
}
div.centerme i.bl {
	bottom: 0px;
	left: 0px;
	border-style: none none solid solid;
	background: transparent url(img/null.php) no-repeat scroll left bottom;
}
div.centerme i.br {
	bottom: 0px;
	right: 0px;
	border-style: none solid solid none;
	background: transparent url(img/null.php) no-repeat scroll right bottom;
}

.alpha-shadow {
	background: transparent url(img/shadow.gif) no-repeat scroll right bottom;
	clear: both;
	float: left;
	/*margin: 14px 0 0 17px !important;*/
}

.alpha-shadow div {
	background: transparent url(img/shadow2.png) no-repeat scroll left top !important;
	float: left;
	padding: 0 6px 6px 0;
}

.alpha-shadow img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	margin: 0;
	padding: 4px;
}

/* scrollbar please */
#gecko_scrollbar {
	display: none;
}
html>body #gecko_scrollbar {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0;
}
