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

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

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

#my_footer {
	margin-top:60px;
	width  : 100% ;
	height : 12px ;
	clear  : both ;
	background-color:#FFD7D7;
	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:600px;
        margin:10px 5px;
}
td.m1
{
        padding: 5px 10px;
        border:none;
        border-left: 10px outset red;
        background-color:#FFE3E3 ;
        font-size:15px;
	width:100%;
}
td.m2
{
	border : none;
	padding : 20px 10px;
	width : 100%;
	vertical-align:top;
}
td.ent
{
	font-family: Arial, Helvetica;
	border : none;
	font-size:13px;
}
.nw
{
	white-space:nowrap;
}
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;
}

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 }