<!--
/* GLOBAL STYLES */
BODY { margin: 0px }
HR { height: 1px }
A { color: #000000 }
P { font-family: verdana; font-size: 11px; color: #000000 }

/* PAGEDIV */

#PAGEDIV { width: 450px; text-align: left }

/* LOGODIV */

#LOGODIV { width: 100%; background-repeat: no-repeat }

/* TITLE DIV */

#TITLEDIV { font-family: Arial; font-size: 16pt; font-weight: bold; margin-bottom: 10 }

/* CONTENT DIV */

#CONTENTDIV { width: 100%; padding: 20px; background: #F0F0F0; background-image: url('images/backgrounds/background-message.gif'); background-repeat: repeat-x; border: 1px solid #00000 }
#CONTENTDIV P { margin: 0px; line-height: 150% }
#CONTENTDIV #PHEADER { margin-top: 10px; font-weight: bold }
#CONTENTDIV #PHEADER A { text-decoration: none; color: #000000 }
#CONTENTDIV #PHEADER A:hover { color: red }
#CONTENTDIV #BUTTON { margin-top: 10; margin: 5; border: 0; width: 100px; background: #808080; color: #FFFFFF }
#CONTENTDIV #NEXT { font-weight: bold; margin-top: 10 }
#CONTENTDIV #NEXT A { text-decoration: none }
#CONTENTDIV #PREVIOUS { font-weight: bold; margin-top: 10 }
#CONTENTDIV #PREVIOUS A { text-decoration: none }

.GENERALTABLE { width: 100%; background: #FFFFFF; font-family: verdana; font-size: 10pt }
.GENERALTABLE a { text-decoration: none; color: #000000 }
.GENERALTABLE a:hover { color: red }
.GENERALTABLE #header { margin: 10; font-weight: bold; background: #808080; color: #FFFFFF }
.GENERALTABLE #small { margin: 10; font-size: 8pt; background: #F6F6F6 }
//-->