

body {
    -webkit-text-size-adjust:200%;
    -webkit-border-radius: 50px;
}

body {
    margin: 5pt 0pt 5pt 0pt;
    background-position: 0pt 0pt;
	padding-top: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	color: black;
        font-family: Georgia, serif;
}

table.tr{
  border-collapse: collapse; 
  border-spacing: 0px;
  border-style: none;
  border-width: 0px;
  background-color: #000000;
}

.note{
 display: none;
}

a.white{
 display: none;
}
a.white:link {color: #ffffff; margin: 1em; text-decoration: none}
a.white:active {color: #ffffff; }
a.white:visited {color: #ffffff; margin: 1em; text-decoration: none}

.bl {
  display: none;
  width: 0px;
  background-image:url("images/bl.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.br {
  display: none;
  width: 0px;
  background-image:url("images/br.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.wbl {
  display: none;
  height: 23px;
  width: 23px;
  background-image:url("images/wbl.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.wbr {
  display: none;
  height: 23px;
  width: 23px;
  background-image:url("images/wbr.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.tl {
  display: none;
  height: 23px;
  width: 23px;
  background-image:url("images/wtl.gif");
  background-repeat: no-repeat;
  background-position: top left;
}

.tr {
  display: none;
  height: 23px;
  width: 23px;
  background-image:url("images/wtr.gif");
  background-repeat: no-repeat;
  background-position: top right;
}

.title {
        -webkit-border-top-left-radius: 20pt;
        -webkit-border-top-right-radius: 20pt;
        background-image: none;
	background-color: #aa7d5e;
	color: #ffffff;
	font-size: x-large;
}


li{
  padding-top:20pt;
}


a.button {
	/* Default positioning of button */
	display: block;
	margin: 0;	
	text-align:center;	
	line-height: 40px; /* will keep the text vertically 
					    centered on the 46px high button */				

	font-size: 16px;

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;

	/* Button image is 29px wide. 
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px;
}
a.wht.button {
        display: none;
	color: #000;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
}
a.gray.button {
	color: #fff;			
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
}
a.button:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(images/blueButton.png) 0 14 0 14;
}
a.gray.navigate {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
}

a.last.button {
	margin-top: 10px;
}
div.options-extend {
        width: 537px;
	padding: 10px 20px 10px 20px;
	position: static;
	bottom: 0;
	left: 0;
	right: 0;
        background-color: "white";
	background: url(images/options-extend.png) repeat-x top left;
}

span.right {
  float: none;
}



