@charset "ISO-8859-1";
      #outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
      }
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #FFFFFF;
    font-weight: normal;
}
#outer #inner table tr th h1 {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
#outer #inner table tr th p a {
	color: #FFF;
	font-size: 18px;
}
       
      #inner {
    width: 900px;
    height: 620px;
    margin-left: -450px;
    position: absolute;
    top: -300px;
    left: 50%;
    background-color: #FFFFFF;
      }
    #outer #inner img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#outer #inner table tr th p {
	color: #FFF;
}
