/******************************************************************************
* specific styles                                                               *
*******************************************************************************/

a , a:link {
  color:#3399CC;
}

a:visited {
 color:#3399CC;
}

a:hover {
  color:#000;
}

h2 a {
  color:#3399CC;
}

h4 {
  background: #3399CC;

}


.sidebar-item {
  background-color: #E1EEF7;
}

#sub_nav {
  background: #E1EEF7;  
}

li.page_item a {
  font: 10px Verdana, Arial, Helvetica;
	font-weight: bold;
  color:#000;
}

li.page_item a:visited { 
  font: 10px Verdana, Arial, Helvetica;
	font-weight: bold;
  color: #000;
}

li.page_item a:hover{
  font: 10px Verdana, Arial, Helvetica;
	font-weight: bold;
  color: #3399CC; 
}

#terms_content {
  background: #fff;
  color: #000;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
	line-height: 1.6em;	
  padding:20px;
}

#terms_content h1, h2, h3 {
  color:#3399CC;
}