* { margin : 0 ; padding : 0 ; }
body { width : 100% ; }

#my_body{
	width:100%;
	background-color:#ffffff;
}

#my_header { 
	width : 100% ;
	height : 50px ;
	background-color:#ccc99a;
	border-bottom:solid 1px ;
}

#my_footer {
	margin-top:60px;
	width  : 100% ;
	height : 10px ;
	clear  : both ;
	background-color:#ccc99a;
	border-top:solid 1px;
	border-bottom:solid 1px;
	text-align:center;
	font-size:8pt;
}

#my_navigation {
	position : absolute ;
	left   : 0 ;
	top    : 53px ;
	width  : 0px ;
	height : 80px;
	background-color:#ffffff;
 }

#my_contents {
	width:90%;
	margin-left : 30px ;
	background-color:#ffffff;
 }
#my_contents2 {
	width:90%;
	margin-left : 50px ;
	background-color:#ffffff;
 }
table.m1
{
	width:650px;
}
td.m1
{
	border  :solid 1px;
	padding :10px;
	width:650px;
	font-size:12px;
	color:gray;

}
td.m2
{
	border  :none;
	padding :10px;
}

p.hm
{
        margin:0px 0px 0px 5% ;
        color:#808000;
	font-size:16px;
}
p.ind1
{
	text-indent:1em;
}
font.er
{
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
}
td.ri{
    text-align: right;
    padding :0px 10px;
}

a:link { font-size: 10pt; color: #0000ff; background-color: transparent }
a:visited { font-size: 10pt; color: #000000; background-color: transparent }
a:active { font-size: 10pt; color: #0000ff; background-color: transparent }
a:hover { color: #ff1493; background-color: transparent; text-decoration: underline }