body {
text-align:center;
}

#frame {
width:1000px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
}

#contentleft {
width:185px;
padding:0px;
float:left;
background-color: #dcdcdc;
top: 15px;
left: 5px;
font-size: 13px;
display: block;
z-index: 2;
}

#contentcenter {
width:640px;
float:left;
top: 5px;
left: 20px;
padding: 5px;
z-index: 1;
}

#contentright {
width:100px;
padding:0px;
float:left;
height: auto;
top: 10px;
padding: 8px;
}

#contentheader {
background:#ffffff
}

p,h1,pre {
margin:0px 10px 10px 10px;
}

h1 {
font-size:14px;
padding-top:10px;
}

#contentheader h1 {
font-size:14px;
padding:10px;
margin:0px;
}

#contentright p { font-size:10px}
h1
{
font-family: Arial;
font-size: 16px;
color: #67298c;
 }
h2
{
font-family: Arial;
font-size: 14px;
color: #67298c;
 }
h3
{
font-family: Arial;
font-size: 12px;
color: #67298c;
   }
.text
{
font-family: Arial;
font-size: 12px;
color: #41383c;
   }
.text01
{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #41383c
   }
.small
{
font-family: Arial;
font-size: 12px;
color: #41383c;
   }
.small1
{
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #41383c;
   }
.small2
{
font-family: Arial;
font-size: 10px;
font-weight: bold;
color: #41383c;
   }
  p {
  font-family: Arial;
  line-height: 1.3em;
  margin: 0 0 16px 0;
  padding: 0;
  }
.small3
{
font-family: Arial;
font-size: 12px;
color: #F00100;
   }

  a {
  color: #67298c;
  font-family: Arial;
  text-decoration: none;
  }
  a:link {
  color: #67298c;
  }
  a:visited {
  color:  #67298c;
  }
  a:hover {
text-decoration: underline;
font-family: Arial;
color:  #67298c;
  }

table.space {
        border-width: thin thin thin thin;
        border-spacing: 2px;
        border-style: outset outset outset outset;
        border-color: gray gray gray gray;
        border-collapse: collapse;
        background-color: white;
}
table.space th {
        border-width: thin thin thin thin;
        padding: 3px 3px 3px 3px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.space td {
        border-width: thin thin thin thin;
        padding: 3px 3px 3px 3px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}