

A:link {
	color : #ccccff;
	font-weight : normal;
	text-decoration : none;
}
A:visited {
	color : #9966ff;
	font-weight : normal;
	text-decoration : none;
}
A:hover {
	color : #ff6666;
	font-weight : normal;
	text-decoration : underline;
}
A:active {
	color : #ff6666;
	font-weight : normal;
	text-decoration : underline;
}


TD.clickable {
	CURSOR: pointer;
}


TEXTAREA {
	font-size : small;
}


EM {
	font-style: normal;
	font-weight: bold;
	background-color : #0000cc;
	color : #ffffff;
}


H1 {
	font-size : xx-large;
	font-weight: bold;
}


.textlarge {
	font-size : x-large;
}

.textmedium {
	font-size : large;
}

.textsmall {
	font-size : medium;
}

.textxsmall {
	font-size : small;
}

.text11pt {
	font-size : 11pt;
}
.text10pt {
	font-size : 10pt;
}
.text8pt {
	font-size : 8pt;
}


.text15em {
	line-height : 1.5em;
}

.text12em {
	line-height : 1.2em;
}


