/* Harlequin Mass website CSS definitions. */
/* Revised: 27 December 2004. */


/* Global definitions. */

body {
	font-family : Verdana, Geneva, Helvetica,Arial, sans-serif;
	font-size : 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	color: white
}

hr {
	width: 100%;
	height: 1px;
	color: white;
	background-color: transparent;
}

a:link {
	color: white;
	font-weight : bold;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: white;
	font-weight : bold;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: white;
	font-weight : bold;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: white;
	font-weight : bold;
	background-color: transparent;
	text-decoration: none;
}

/* End global definitions. */



/* Text definitions. */

.mass-headline {
	font-size : 20px;
	font-weight : bold;
	font-style: normal;
	line-height: 22px;
	color : white;
	background-color : transparent;
}

.mass-headlineSmall {
	font-size : 18px;
	font-weight : bold;
	font-style: normal;
	line-height: 20px;
	color : white;
	background-color : transparent;
}

.mass-subhead {
	font-size : 16px;
	font-weight : bold;
	font-style: normal;
	line-height: 18px;
	color : white;
	background-color : transparent;
	text-align : center;
}

.mass-deck {
	font-size : 13px;
	font-weight: normal;
	font-style : italic;
	line-height: 15px;
	color : white;
	background-color : transparent;
	text-align : center;
}
.mass-larger {
	font-size : 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	color : white;
	background-color : transparent;
}

.mass-large {
	font-size : 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	color : white;
	background-color : transparent;
}

.mass-standard {
	font-size : 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	color : white;
	background-color : transparent;
}

.mass-small {
	font-size : 9px;
	font-weight: normal;
	font-style: normal;
	line-height: 11px;
	color : white;
	background-color : transparent;
}

/* End text definitions. */



/* End CSS definitions. */





















