/****************************/
/* Cascading Style Sheet*/
/****************************/

body { 
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	

   }
   
   td {
  font-family:Verdana, Arial, sans-serif;
  font-size: 11px;
}

.h2 {
  font-family:Verdana, Arial, sans-serif;
  font-size: 12px;
}

.h3 {
  font-family:Verdana, Arial, sans-serif;
  font-size: 14px;
}

a:link {
  text-decoration: none;
  color: #141178;
}

a:visited {
  text-decoration: none;
  color: #141178;
}

a:hover {
  text-decoration: underline;
  color: #141178;
}

input {
  font-family:Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid #000000;
}

select {
  font-family:Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid #000000;
}

textarea {
  font-family:Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid #000000;
}

.contentheader{
  background-repeat: no-repeat;
  background-image: url(../images/design.jpg);
}

.contentheaderlightshort{
  background-repeat: no-repeat;
  background-image: url(../images/design-light.jpg);
}

.contentheadertall{
  background-repeat: no-repeat;
  background-image: url(../images/design-tall.jpg);
}

.contentheaderlight{
  background-repeat: no-repeat;
  background-image: url(../images/design-light-tall.jpg);
}
   
/****************************/