@import "common.css";

body{
color:#000000;
background:#ffffff;
}

#header{
font-size : 10pt;
height:145px;
overflow:hidden;
margin:10px 0px 0px 0px;
/*border: thin solid;*/
}
#headerlogo{
float:left;
width :190px;
padding:0px;
margin:0px;
/*border: thin solid;*/
}
#headerinfo{
float:right;
width :250px;
padding:0px;
margin:0px;
text-align:center;
line-height: 150%;
/*border: thin solid;*/
}

#contentfrm{
float:right;
width:90%;
/*border: thin solid;*/
}
#content{
width:600px;
margin:10px 0px 0px 0px;
line-height: 150%;
/*border: thin solid;*/
}

#menu{
display:none;
float:none;
}

.c-both { clear:both; }

#footer{
font-size : 10pt;
margin:10px 0px 0px 0px;
/*border: thin solid;*/
}

p{
text-indent:1em;
margin:0px;
}
p.qes{
text-indent:-0.7em;
margin:20px 0px 0px 0px;
text-decoration: underline;
}
p.ans{
text-indent:-0.7em;
margin:0px;
}

a{
text-decoration : none;
color : #000000;
}
a:visited{
color : #000000;
}
a:hover{
text-decoration:underline;
color : #000000;
}
a.name:hover{
text-decoration:none;
color : #000000;
}

h1{
color : #000000;
font-size : 140%;
}

h2{
color : #000000;
font-size : 130%;
}

h3{
color : #000000;
font-size : 120%;
}

b{
color : #000000;
padding:0px; margin:0px;
}
strong{
color : #000000;
padding:0px; margin:0px;
}
em{
color : #000000;
font-style:normal;
font-weight: bold;
}

img{
border: none;
}
img.sepaline{
margin:40px 0px;
width:400px;
height:20px;
}
img.flowimg{
margin:5px;
}
td{
line-height: 150%;
}
td.flowimg{
text-align:center;
}
td.ym{
text-align:center;
width:100px;
vertical-align:top;
}

textarea {
font-size : 80%;
}
