/* BACKGROUND AND BODY
-------------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #646464;
    text-align: center;
    font-size: 8pt;
    background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

#notice{

      text-align: center;
      width: 750px;
      padding: 20px;
      border: 1px solid #CCCCCC;
      margin-bottom: 25px;
}

p {
    color: #646464;
    text-decoration: none;
    text-align: justify;
    font-size: 8pt;
    line-height: normal
}

h1    {
    font-size: 10pt;
    padding-left: 0px;
    text-align: left;
    color: #2C4A85;
    font-weight: normal
}


ul {
    font-size: 8pt;
  list-style-image: url(../../images/arrow.gif)
}
li {
    font-size: 8pt;
}


a:link.close,a:visited.close,a:hover.close,a:active.close
        {
        color: #646464;
        padding-top: 25px;
        text-align: centre;
        text-decoration: none;
        font-size: 8pt;
        }

a:hover.close
        {
        color:#2C4A85;
        }

a:link.body,a:visited.body,a:hover.body,a:active.body
        {
        color: #646464;
        text-decoration: none;
        font-size: 8pt;
        font-weight: bold
}

a:hover.body
        {
        color:#2C4A85;
}

a:link.right,a:visited.right,a:hover.right,a:active.right
        {
        color: #646464;
        text-align: right;
        text-decoration: none;
        font-size: 8pt;
        font-weight: bold
}

a:hover.right
        {
        color:#2C4A85;
}

