a#logo{
	display:block;
	width:52px;
	height: 53px;
	left:10px; 
	top:12px;
	position:absolute;
 	background: url("enri.jpg") no-repeat;
	//background-position: left;
	text-indent: -9999px;
}
h1{
	color: #ffffff;
	background-color: #008000;
	font-weight: bolder;
	font-size: 200%;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

h2{
	color: #000000;
	background-color: #ccffcc;
	font-weight: bolder;
	font-size: 150%;
	text-align: left;
	padding: 5px;
	margin-bottom: 0px;
	border-left-width: 10px;
	border-style: none none solid solid;
}

h3{
	font-weight: bold;
	font-size: 144%;
	border-style: none none solid none;
}

h4{
	font-weight: bold;
	font-size: 120%;
	border-style: none none dotted none;
}

h6{
	font-weight: bolder;
	font-size: 100%;
	padding: 0px;
}

body{
      background: #ffffff;
      font-size: 110%;
      color: #000000;
}

A:link{
        color: #007f7f;
}

A:visited{
	color: #7f007f;
}

A:active{
	color: #ff0000;
}

strong{
	font: bold;
	font-size: 125%;
}

#footer{
    clear:both;
/*    width:980px; */
    background-color:#003264;
    color:#FFF;
    font-style:normal;
    line-height:1.3em;
}

