  a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
    }

  a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
    }

  a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
    }

  a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
    }
	
  p {
	font-size: 12px;
	line-height: 1.5;
    }
	
  ul {
	font-size: 12px;
	line-height: 1.5;
    }
	
  li {
	font-size: 12px;
	line-height: 1.5;
    }
	
  body {
	margin: 0pt;
	padding: 0pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	text-align: center;
	color: #000000;
	background-color: #333333;
    }
	
  h3, h5 {
	color: #990000;
	}

  h1, h2, h4, h6 {
	color: #333333;
	}

  a {
	color: #003366;
	}

  #footer {
	height: 12px;
	background-color: #999999;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	font-weight: normal;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
    }

  #textbox {
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	padding-right: 20px;
	margin-top: 0px;
	height: 370px;
	}
	
  #menubox {
	background-color: #FFFFCC;
	clear: both;
	}

  #middlebox {
	background-color: #FFFFCC;
	clear: both;
	}

  #texttopbox {
	background-color: #FFFFCC;
	clear: both;
	}

  .leftimage {
	border: 0px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
    }

  .centerimage {
	border: 0px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
    }

  .rightimage {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-left: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
    }