/*typography*/
BODY          {font-family: Verdana; font-size: 9pt; font-weight: normal; font-style: normal; text-decoration: none}
H2            {font-family: Verdana; font-size: 13pt; font-weight: bold; font-style: normal; text-decoration: none}
H3            {font-family: Verdana; font-size: 9pt; font-weight: normal; font-style: normal; text-decoration: underline}
P              {font-family: Verdana; font-size: 9pt; font-weight: normal; font-style: normal; text-decoration: none}
TD            {font-family: Verdana; font-size: 9pt; font-weight: normal; font-style: normal; text-decoration: none}
A:LINK, A:VISITED, A:HOVER, A:ACTIVE {
             font-family: Verdana; font-size: 9pt; font-weight: bold; font-style: normal; text-decoration: none}
.block        {text-align: justify}
.navm        {text-align: center; white-space: nowrap;}
.center        {text-align: center}

/*layout*/
BODY         {margin-top: 20pt}
H2            {margin-top: 5px}
H3            {margin-top: 0px}
P            {margin-top: 0px}
.content    {width: 800px; margin-left: auto; margin-right: auto}
.formentera {width: 800px; margin-left: auto; margin-right: auto, background-image:url(pics/formentera05_520x390x.gif); background-repeat:no-repeat; background-position:center}
.bar        {border-left: 3pt solid sienna; padding-left: 10pt}
.nav        {width: 100%; border: 0pt}
.navl        {width: 100px; text-align: left}
.navr        {width: 100px; text-align: right}
.block        {width: 390px; vertical-align: top}
.space        {width: 20px}

/*colors*/
BODY         {background-color: wheat}
H2, H3      {color: sienna}
TD, P        {color: black}
A:LINK, A:VISITED {
             color: darkgoldenrod}
A:HOVER     {color: sienna}
A:ACTIVE     {color: sienna}

.pagination    {padding: 2px;}
.pagination ul {margin: 0; padding: 0; text-align: center; font-size: 9pt}
.pagination li {list-style-type: none; display: inline; padding-bottom: 1px}
.pagination a, .pagination a:visited {padding: 0 1px; border: 1px solid darkgoldenrod; text-decoration: none; color: darkgoldenrod}
.pagination a.digit, .pagination a:visited.digit {padding: 0 5px; border: 1px solid darkgoldenrod; text-decoration: none; color: darkgoldenrod}
.pagination a:hover, .pagination a:active {border: 1px solid darkgoldenrod; color: wheat; background-color: darkgoldenrod}
.pagination a.currentpage {background-color: sienna; color: #fff !important; border: 1px solid darkgoldenrod; font-weight: bold; cursor: default}