.big {
      font-size: 2em;
      line-height: 200%;
      color: #990000;
      fontweight: bold;
}
td {
	font-family: Verdana, sans serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 0;
	word-spacing: 0;
}

hr	{
	border-color: #B4DC00;
	border-style: dotted;
	border-width: thin;
}

ul {
	color: #FF3300;
	list-style-image: url('http://www.ccn.tv/solutions/demo/images/arrow_9x9.gif');
}

li {
	padding-top: 6px;
}

body {
	margin-left: 5;
	margin-top: 0;
}

.headline {
	font-family: Arial;
	font-size: 2em;
}

td.special {
	border: thin #FF0000 dotted;
	font-family: Verdana;
	font-size: 8pt;
}

h6.special {
	border: #B4DC00 thin dotted;
	font-family: Century Gothic;
	font-size: 12pt;
	margin-bottom: 0;
}

td.header {
	border-top:thin  #808080 dotted;
	font-family: Verdana;
	font-size: 8pt;
}

td.bottom {
	border-bottom: thin #999999 dotted;
	font-family: Verdana;
	font-size: 8pt;
}

td.top {
	border-top: thin #FFEEDD solid;
	font-family: Verdana;
	font-size: 8pt;
}

td.row1andbottom {
	border-bottom: thin #999999 dotted;
	border-top: thin #B4DC00 solid;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0;
}

div.bottom {
	border-bottom: thin #999999 dotted;
}

td.leftborder {
	border-left: #999999 1px solid;
}

td.rightborder {
	border-right: #999999 1px solid;
}

td.leftandrightborder {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
}

td.row1 {
	border: #CCCCCC 1px solid;
	padding: 0;
}

td.row2 {
	border: #FF9966 1px solid;
}

td.row3 {
	border: #808080 2px double;
	padding: 0;
}

img.grayborder {
	border: #DDDDDD 4px solid;
	padding: 0px;
}

/* rgb(255, 255, 255) is white */
div.onlyleftborder, td.onlyleftborder {
	border-left: #FFFFFF 1px solid;
}

/* specialty links */
a.topic:link {
	color: #0066FF;
	text-decoration: none;
}
a.article:link {
	color: #0066FF;
	text-decoration: none;
}

a  span.bookTitle {
      color: #0066FF;
}

/* general use links */
a, a:link {
  	color: #0066FF; /* unvisited link  */
	text-decoration: none;
}

/*   active acts like visited */
a:visited, a:active {
	color: #0000FF; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* !! for firefox and Netscape */
a:link:hover, a:active:hover, a:visited:hover {
	text-decoration: underline;
}
