* {
  font-family: "Trebuchet MS", Verdana, Arial;
  color:#343434;
}

p {
  color:#343434;
  font-size: 14px;
  text-align: justify;
  margin:0px;
  padding:0px;
}

blockquote {  }

ul { 
  font-size: 14px;  
}

input.submitbutton {  }

a:link {
  color:#223b76;
  text-decoration: none;
}

a:visited { 
  color:#223b76;
  text-decoration: none; 
}

a:hover {
  color:#223b76; 
  text-decoration: underline;
}

a:active {
  color:#223b76;
  text-decoration: none;
}

h1 {
  color: #223b76;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 10px;
}

h2 {
  color: #223b76;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

h3 {
  color: #223b76;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 6px;
}

h4 {
  color: #223b76;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 6px;
}


.smalltext {
  font-size:11px;
}

.indent {
  font-size:11px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:20px;
  padding-right:20px;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.align-center {
  text-align:center;
}

.align-justify {
  text-align:justify;
}
