
/****** HTML TAGS ******/

A                    { color: #62ac1e; text-decoration: none; }
A:link               { color: #62ac1e; text-decoration: none; }
A:active             { color: #62ac1e; text-decoration: none; }
A:visited            { color: #62ac1e; text-decoration: none; }
A:hover              { color: #62ac1e; text-decoration: none; }

A.subnav             { color: #666666; text-decoration: none; }
A.subnav:link        { color: #666666; text-decoration: none; }
A.subnav:active      { color: #666666; text-decoration: none; }
A.subnav:visited     { color: #666666; text-decoration: none; }
A.subnav:hover       { color: #62ac1e; text-decoration: none; }

A.tip                { color: #0079c2; text-decoration: none; }
A.tip:link           { color: #0079c2; text-decoration: none; }
A.tip:active         { color: #0079c2; text-decoration: none; }
A.tip:visited        { color: #0079c2; text-decoration: none; }
A.tip:hover          { color: #0079c2; text-decoration: none; }

A.footer             { color: #b2b2b2; text-decoration: none; }
A.footer:link        { color: #b2b2b2; text-decoration: none; }
A.footer:active      { color: #b2b2b2; text-decoration: none; }
A.footer:visited     { color: #b2b2b2; text-decoration: none; }
A.footer:hover       { color: #b2b2b2; text-decoration: underline; }


BODY {
  background-color: #FFFFFF;
  margin: 0px;
}

FORM {
  margin: 0px;
}

IMG {
  border: none;
}

H1, H2, H3, H4, H5, H6 {
  color: #0079c2;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

HR {
  height: 1px; 
  color: #E9E9E9; 
  background-color: #E9E9E9; 
  border: none; 
}

STRONG {
  color: #0079c2;
}
B {
  color: #6db43e;
}	
UL {
  list-style-image: url("images/ul.gif");
}

UL.tip {
  list-style-type: none;
  list-style-image: none;
}


/****** IDENTITIES ******/

#cta_header {
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  background-color: #f4f4f4;
  background-image: url('../images/bgs/cta_header.jpg');
  padding-left: 11px;
}

#cta_content {
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
  background-color: #f5f6f5;
  border: 1px solid #d7d7d7;
  padding: 10px;
}


/****** CLASSES ******/

.copy {
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.subnav {
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  margin-bottom: 5px;
}

.search {
  color: #999999;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;  
  line-height: normal;
}

.footer {
  color: #b2b2b2;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;  
  line-height: normal;
}

.poll {
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  background-color: #181EA5;
  background-image: url('images/bgs/poll.gif');
  padding-left: 10px;
}

.smallelement {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.phpdiginputtext {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.textarea {
  font-family: Arial,Helvetica,sans-serif;
}
