body
 {
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(images/bklogo.gif);
	background-repeat: repeat-x;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 20px;
}
h1 {
    visibility: hidden;
    font-size: 1px;
	margin:0;
}
h1.italic
{
	font-style:italic;
}
h2 {
    font-size: 12px;
	margin:0;
}
h2.bold {
    font-size: 12px;
	font-weight: bold; 
	margin:0;
}
h3 {
    font-size: 12px;
	font-weight: bold; 
	margin:0;
}

table.c44 th {
    font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding:0;
}
.c35 {
	font-style: italic;
}
.c6 {
	color: #ff0000;
	font-weight: bold;
}
.cen {
	text-align: center;
}
.tbld td:first-child {
	 font-weight: bold;
}
.hd1{
    font-size: 20px;
	font-weight: bold; 
}
.hdc {
    font-size: 18px;
	font-weight: bold;
	display:block;
	text-align: center;	
}

.footer {
	color: #555555;
	background-color: #dddddd;
	text-align: center;
	font-size: 9px;
	padding: 5px;
}
.fmenu {
	margin-left:auto;
	margin-right:auto;
}
.fmenu a {
	text-decoration: none;
}
.fmenu a:link {
	color: #555555;
}
.fmenu a:visited {
	text-decoration: none; color: #555555;
}

.fmenu a:hover {
	color: blue;
}

.fmenu td, th {
	font-size: 9px;
	padding-right: 40px;
	text-align: left;
}
#top-ul {
	height: 25px;
	margin:0;
}

#top-ul li {
    float:left;
    padding-right:5px;
    list-style-type:none;

}
#top-ul a {
    color: #fff;
    text-decoration:none;
}
.sub {
    position:absolute;
    display:none;
    top: 94px;
    padding: 5px;
    font-size: 15px;
	font-weight: normal;
}

.sub li:hover {
    background-color: #000;
}
.sub li {
	background-color: #555;
	padding: 6px;
	margin-left: 1px;
}
.main {
   background-color: #888;
	padding: 6px;
    margin-left: 1px;
    font-size: 17px;
	font-weight: bold;
}
.main:hover {
    background-color: #555;
}
.main:hover > ul {
    display:block;
}
ul.sub:before {
	background-color: #555;
	z-index: -1;
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	left: 30px;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-mos-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.header {
	width: 300px;
	margin: 0 auto;
}

div.header > img {
	display: inline-block;
	padding-left: 44px;
}
