@charset "UTF-8";
/* CSS Document */

/* GLOBAL */
body, html {
	height:100%;
}
body {
	margin:0px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:.625em;
	background-color:#000;
	background-image:url(../elms/bg_black.gif);
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:1em;
	margin-top:0em;
}
.inputField {
	border:solid 1px #999999;
	margin:0px;
	padding:2px;
	margin-bottom:1em;
}
.small {
	font-size:.8em;
}

/* TEXT */
.content_item {
	margin-top:4em;
}
.noMarg {
	margin-top:0;
}
.buffer1 {
	height:4em;
}
.marg_bot_1em {
	margin-bottom:1em;
}
.dotSep {
	width:100%;
	height:0px;
	border:dotted #CCCCCC;
	border-width: 1px 0px 0px 0px;
}
.marg_halfEm {
	margin-top:.5em;
	margin-bottom:.5em;
}
.hCont {
	display:table;
	width:100%;
	margin-bottom:.5em;
}

.h1 {
	font-size:1.6em;
	color:#FFFFFF;
}
.h2 {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-bottom:.2em;
}
.bold {
	font-weight:bold;
}
.date {
	font-size:.6em;
	text-align:right;
	vertical-align:bottom;
	color:#FFFFFF;
}
.body {
	text-align:justify;
}
.disc_table {
	display:table;
}
.disc_box {
	width:100%;
	float:left;
	display:table-cell;
	margin-bottom:1em;
	line-height:normal;
}
.disc_box_cell1 {
	display:table-cell;
	vertical-align:top;
	width:150px;
}
.disc_box_cell1 img {
	border:solid 1px #000;
}
.disc_box_cell2 {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
}


/* bottom buttons */
.btmBtns {
	display:table;
	bottom:0px;
	left:0px;
	width:100%;
}
.btn_older, .btn_newer {
	display:table-cell;
	width:50%;
}
.btn_newer {
	 text-align:right;
}



/* FIXES */
div, a, textarea, input {
	outline:none;
}
img {
	border:none;
}