/* base styles */

body {
 scrollbar-base-color : #999999;
 scrollbar-arrow-color : #FFFFFF;
 scrollbar-darkshadow-color : #666666;
 scrollbar-shadow-color : #666666;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #999999;
}

p {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #999999;
}

td {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #999999;
}

/* text styles */

.pheader1 {
 font-size: 15px;
}

.pheader2 {
 font-size: 14px;
}

.pheader3 {
 font-size: 13px;
}

.pheader4 {
 font-size: 12px;
}

.pstrong {
 font-weight: bold;
}

.pitalic {
 font-style: italic;
}

.punderline {
 text-decoration: underline;
}

.psmall {
 font-size: 9px;
}

.pbig {
 font-size: 13px;
}

.pfooter {
 font-size: 11px;
 color: #666666;
}

/* table styles */

.tdtitlebar { 
 background-color: #CCCCCC;
 font-weight: bold;
 color: #000000;
}

.tdsubtitlebar { 
 background-color: #EEEEEE;
 font-weight: bold;
 color: #000000;
}

.tableouter {
 background-color: #FFFFFF;
}

.tableinner {
 background-color: #000000;
}

.tableheader {
 background-color: #CCCCCC;
 font-weight: bold;
}

.tablelight {
 background-color: #EEEEEE;
}

.tabledark {
 background-color: #DDDDDD;
}

.tdfill {
 background-color: #FFFFFF;
}

.tdfill2 {
 background-color: #EEEEEE;
}

/* listitem styles */

li {
 list-style-type: disc;
}

li.disc {
 list-style-type: disc;
}

li.circle {
 list-style-type: circle;
}

li.square {
 list-style-type: square;
}

/* form styles */

input {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #EEEEEE;
 color: #000000;
 height: 20px;
}

input.button {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color: #CCCCCC;
 color: #000000;
 height: 20px;
}

select {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #EEEEEE;
 color: #000000;
}

textarea {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #EEEEEE;
 color: #000000;
}

/* link styles */

a:link {
 color: #000000;
 text-decoration: underline;
}

a:visited {
 color: #000000;
 text-decoration: underline;
}

a:hover {
 color: #000000;
 text-decoration: underline;
}