.homepagebody {
  font-family: georgia,times new roman,times,serif;
  font-size: 14px;
  color: #11402c;
  text-align: left;
}

.redtext {
  font-family: georgia,times new roman,times,serif;
  font-size: 14px;
  color: #ff0000;
  text-align: center;
}

.bigredtext {
  font-family: georgia,times new roman,times,serif;
  font-size: 18px;
  color: #ff0000;
}

.red {
  color: #ff0000;
}

H1 {
  font-family: georgia,times new roman,times,serif;
  font-size: 20px;
  color: #11402c;
}

H2 {
  font-family: georgia,times new roman,times,serif;
  font-size: 16px;
  color: #11402c;
  text-align: left;
}

.green-background
{ height: 20px;
  background: url(images/green-background.jpg) repeat-x;
}

.green-background-small
{ 
  background: url(images/green-background-small.jpg) repeat-xy;
}

A {
  color: #03A724;
  text-decoration: underline;
}

A:hover {
  color: #003300;
  text-decoration: underline;
  /*font-weight:bold;*/
}

.footer {
  color: #4e4b3d;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none
}

.bold {
  font-weight: bold;
}

.mandatory {	
  font-style:       bold;
  color:            red;
}

.picBorder { border: 3px double #11402C;}

.padded {
  border: 3px double #11402C;
  padding: 10px;
}






#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.quotation,
.quotation li { font-style:italic}