/* CSS Screen Style
-----------------------------------------------
Author: B. N. Weiss | New York
Website: www.ibbcv.com
Version: 1.0 - August 2006
(c) 2006 B. N. Weiss | New York. All Rights Reserved. 
----------------------------------------------- */




/* General Settings
----------------------------------------------- */

body {
    font-family: arial, verdana, helvetica, sans-serif;
    background-color: #FFFFFF;
    color:#000000;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
	line-height: 16px;
	width: 85%;
	height: 100%;
}

p {
    margin: 0px;
    padding: 0px;
}

td {
    text-align: center;
	color: #000000;
}




/* Div Layers
----------------------------------------------- */

#kwon {
	display: none;
}

#events {
	display: none;
}

#logo {
	display: none;
}

#strong {
	display: none;
}

#navigation {
	display: none;
}

#seknavigation {
	display: none;
}

#ibbcv {
	display: none;
}




/* Span Classes
----------------------------------------------- */

.headline {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.subheadline {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.note {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.noprint {
	display: none;
}

.nodisplaycopyright {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

.john {
	text-align: left;
}

a:link, a:active, a:visited {
	text-decoration: underlined;
	color: #000000;
	font-weight: bold;
}

.dateheadline {
	display: none;
}

.date {
	display: none;
}
