.ihtml-boldlink {
  font-size: 11px; 
  font-family: Verdana; 
  font-weight: bold; 
  color: #770202; 
  text-decoration: none;
}

.ihtml-boldlink:hover {
  font-size: 11px; 
  font-family: Verdana; 
  font-weight: bold; 
  color: #FF0000; 
  text-decoration: none;
}

.ihtml-text {
  font-size: 12px; 
  font-family: Tahoma; 
  font-weight: normal; 
  color: #999999; 
}

.ihtml-text h3 {
  color: #68afff;
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
}

.ihtml-caption {
  color: #be7779;
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
}

/* Schemes */
/* ----- Blue scheme ----- */
.ihtml-boldlink_blue {
  font-size: 11px; 
  font-family: Verdana; 
  font-weight: bold; 
  color: #478ec9; 
  text-decoration: none;
}

.ihtml-boldlink_blue:hover {
  font-size: 11px; 
  font-family: Verdana; 
  font-weight: bold; 
  color: #999999; 
  text-decoration: none;
}

.ihtml-text_blue {
  font-size: 12px; 
  font-family: Tahoma; 
  font-weight: normal; 
  color: #999999; 
}

.ihtml-text_blue h3 {
  color: #478ec9;
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
}

.ihtml-caption_blue {
  color: #478ec9;
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
}

/* ----- Red scheme ----- */
.ihtml-boldlink_red {
  font-size: 11px; 
  font-family: Verdana; 
  font-weight: bold; 
  color: #770202; 
  text-decoration: none;
}

.ihtml-boldlink_red:hover {
  font-size: 11px; 
  font-family: Verdana; 
  font-weight: bold; 
  color: #FF0000; 
  text-decoration: none;
}

.ihtml-text_red {
  font-size: 12px; 
  font-family: Tahoma; 
  font-weight: normal; 
  color: #999999; 
}

.ihtml-text_red h3 {
  color: #68afff;
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
}

.ihtml-caption_red {
  color: #be7779;
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
}

/* ---- End of schemes ---- */

/* ---- Pager Classes ---- */
.ihtml-pager, .ihtml-pager:link, .ihtml-pager:active, .ihtml-pager:visited
{
	border: 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.ihtml-pager:hover
{
	border: 0px;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

span.ihtml-pager
{
  background-color: #CCCCCC;
	border: 1px solid #BCBCBC;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
/* ---- End of Pager Classes ---- */
