#sizer {
width: 80%; 
max-width: 1000px; 
min-width: 550px;
}
	
html body {
margin: 0px;
padding: 10px;
font: normal 12px arial, helvetica, verdana, sans-serif;
color: #000;
background-color: #ffffff;
}

#header {
background: url(../images/headerline.gif) repeat-x 100% 0%;
width:100%;
height: 40px; /*Height of top section*/
}

#toptitle {
width:100%;
}

#toptitle h2 {
margin-top: 15px;
padding-bottom: 15px;
padding-left: 10px;
font-size: 24px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}

#toptitle img {
float:left;
display: inline;
margin-right: 30px;
margin-top:2px;
}

#memo_top {
width:100%;
}

html a:link {
color: #003366; 
text-decoration: underline; 
}

html a:active {
color: #003366; 
text-decoration: underline;
}

html a:visited {
color: #8b0000; 
text-decoration: underline; 
}

html a:hover {
color: #8b1a1a; 
text-decoration: none; 
}

html hr {
padding-top:8px;
padding-bottom:8px;
}

#content {
width:100%;
padding-left:10px;
padding-top:20px;
font-family: arial, helvetica;
font-size: 10pt;
}

html table {
font: normal 12px arial, helvetica, verdana, sans-serif;
}

table img {
float:left;
display:inline;
margin-right:7px;
}

html table h2 {
font: bold 24px arial, helvetica, verdana, sans-serif;
color: #003366;
}

html ul {
margin-bottom: 0px;
margin-top: 0px;
margin-left: 15px;
{

