H1 {
	COLOR: #ffcc66; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 24px
}
H2 {
	COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 16px; FONT-WEIGHT: bold
}

H3 {
	COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px
}

P {
	COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
.caption {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
A {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
A:hover {
	COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
A:active {
	COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; 
}

/* Form Elements */

.flat-edit  {
border-style : solid;
border-color : black; 
background-color : white;
border-width : 1;
font-size : 8pt;
font-color : #ffcc00;
font-family : Verdana, arial, helvetica, sans-serif; 
height: 18px; 
width: 120px;
} 

INPUT.flat-btn  {
border-style : solid;
border-color : silver;
border-width : 1;
background-color : white;
color : black;
font-size : 8pt;
font-color : #ffcc00;
font-family : Verdana, arial, helvetica, sans-serif;
height: 18px; }

TEXTAREA.textedit {

border-style : solid;
border-color : silver; 
background-color : white;
padding : 4 4 4 4;
border-width : 1;
overflow: hidden;
font-size : 8pt;
font-family : verdana, arial, helvetica, sans-serif; 
width: 95%;
height: 100%;
}

INPUT.smalltextedit {

border-style : solid;
border-color : silver; 
padding : 1 1 1 1;
border-width : 1;
font-size : 8pt;
font-family : verdana, arial, helvetica, sans-serif; 
}

TEXTAREA.answertext {

border-style : solid;
border-color : silver; 
padding : 4 4 4 4;
border-width : 1;
overflow: auto;
font-size : 8pt;
font-family : verdana, arial, helvetica, sans-serif; 
width: 95%;
height: 240;
}

/* Class Styles */

TD.pagepicsmall IMG, IMG.picture {
  border: 2px solid  #ffcc00; }

TD.holder {
  background-color: black;
  width: 726px;
  height: 516px;
   }


ebContactForm .field {
  margin-bottom: 0.5pc; }
.ebContactForm .field INPUT, .ebContactForm .field TEXTAREA, .ebContactForm .field SELECT {
  width: 300px;
  border: 1px solid silver;
  margin-bottom: 5px;  }
.ebContactForm .field TEXTAREA {
  height: 6pc;
  overflow: auto; }

.ebContactForm .field .title {
  font-weight: bold;
  color:#ffcc00;
  font-family : verdana, arial, helvetica, sans-serif; 
  font-size: 8pt; }  
.ebContactForm .field .caption {
  font-size: 8pt; }
.ebContactForm .field .alert,
.ebContactForm .error {
  font-weight: bold;
  color: Red; } 

.ebContactForm INPUT.button {
  width: 100px;
  margin-top: 20px;
  border: 1px solid silver;  }