body {        background-color: #FFF; }

p {           font-size: 11pt; }

p.highlight { font-size: 12pt;
              color: #F00;
              font-weight: bold; }

h2 {          font-size: 16pt; }
h4 {          font-size: 14pt; }
h6 {          font-size: 12pt; }

td {          font-family: arial,helvetica;
              background-color: #FFF;
              color: #000;
					  	font-size:9pt;
							text-decoration: none; }

td.main {     padding:32px;
              background-color: #FFF; }

td.button {   font-family: arial,helvetica;
              color: #FFFF60;
              background-color: #FFF;
 				  		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; }

td.link {     font-size: 13pt;
              font-weight: bold;
							text-decoration: none;
							background-color: #FFB; 
              text-align: center; 
							border-width: 1;
              border-style: solid; 
							border-color: #880}
							
a {           cursor: pointer; cursor: hand; /* NB Only Cross-browser method for guaranteed 'Hand' on non-href anchors */
              font-family: arial,helvetica;
              color: #800;
 				  		font-size: 100%;
							text-decoration: none; }

a:hover {     font-family: arial,helvetica;
              color: #D00;
 				  		font-size: 100%;
							text-decoration: none;
							}

span.red {    color: #F00; }
