body {        background-color: #8daf8d; }

p {           font-size: 11pt; }

h4 {          font-size: 14pt; }

td {          font-family: arial,helvetica;
              background-color: #306030;
              color: #C0F0C0;
					  	font-size:9pt;
							text-decoration: none; }

td.main {     padding:32px;
              background-color: #306030; }

td.button {   font-family: arial,helvetica;
              color: #FFFF60;
              background-color: #808050;
 				  		font-size: 9pt;
              font-weight: bold;
							text-decoration: none;
              text-align: center;
              padding-top: 0px;
              padding-bottom: 0px;
              padding-left: 0px;
              padding-right: 0px;
              border-width: 1;
              border-style: solid; }

td.image {    padding-top: 0px;
              padding-bottom: 0px; }

td.backgroundimage { background-repeat:no-repeat; }

td.palegreen {font-family: arial,helvetica;
              background-color: #407030;
              color: #FFFF60; }

a {           cursor: pointer; cursor: hand; /* NB Only Cross-browser method for guaranteed 'Hand' on non-href anchors */
              font-family: arial,helvetica;
              color: #FFFF60;
 				  		font-size: 100%;
							text-decoration: none; }

a:hover {     font-family: arial,helvetica;
              color: #FFFFFF;
 				  		font-size: 100%;
							text-decoration: none;
							}

span.red {    color: #F00; }

#content {
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: #8daf8d;
    position: absolute;     
}

#inner {
    
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 100%;
    background-color: #306030;
}

li {
    font-size: 11pt;
    font-style: italic;
}
