/*	FONT  DIFFERENTIATON */
.small {
	font-size: 10px;
}

td#siteTitle span.small {
	line-height: normal;
	font-size: 9px;
}

td#siteTitle span.small a{
	font-decoration: none;
}

 td#siteTitle span.small a:hover{
	font-decoration: underline;
}


.lineheight1, td..lineheight1 p {
	line-height: normal;
}

.large {
	font-size: 160%;
	line-height: 110%;
}


.strikethrough {
	text-decoration: line-through;
}


.rowDark {
	color: #ccffcc;
	background-color: #669966;
}

.rowLight {
	background-color: #ccffcc;
}
.superScript {
	font-size: .7em;
	vertical-align: super;

}
