body{
    background-image : url("");
    background-attachment:scroll;
    background-position:top center;
    background-repeat: no-repeat;
    background-color:#ffffff;
    margin:0px 0px 0px 20px;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #009999;
}
a:active {
	text-decoration: none;
	color: none;
}

#menulayout{
    width:150px
    margin-top:0px;
    padding-top:0px;
    background-color:#ffffff;
    border-left:solid 1px #000000;
    border-right:solid 1px #000000;
}

#logo{
    width:100%;
    height:90px;
    margin:0px;
    padding:0px 0px 5px 0px;
    background-color:#ffffff;
    border-bottom:solid 1px #000000;
}

#content{
    width:100%;
    margin:0px;
    padding:0px 0px 5px 0px;
    background-color:#ffffff;
    border-bottom:solid 1px #000000;
    text-align:right;
}

#bn{
    width:100%;
    margin:0px;
    padding:0px 0px 5px 0px;
    background-color:#ffffff;
    border-bottom:solid 1px #000000;
    text-align: center;
}

p{
  padding:5px 10px 0px 10px;
  line-height: 150%;
}

td{
	vertical-align: top;
} 
.menu_blue_14 {
	color: #333399;
    font-size: 14px;
	font-weight:bold;
	text-align:left;
}
.menu_blue_12 {
	color: #333399;
    font-size: 12px;
	font-weight:bold;
	text-align:left;
}

.menu_gray_12 {
	color: #333399;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:150%;
}

