html, body {
	color: #333333;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	font-family: georgia, times, serif;
	font-size: small; /* NN only */
	/*/*/ font-size: small; /* */ 
	}

p.intro {
	font-family: Arial, sans serif;
	font-size: small; /* NN only */
	/*/*/ font-size: small; /* */
	text-indent: 0;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-top: 0.5em;
	margin-right: 50px;
	}

.bodyGlossary {  
	text-decoration: underline;	
	}
.bodyGlossary a:link {   
	color: #000000; 
	text-decoration: underline;
	}
.bodyGlossary a:hover {  
	color: #000000; background-color: 
	transparent; text-decoration: underline;
	}
.bodyGlossary a:visited {  
	color: #666666; 
	text-decoration: underline;
	}

/***** Block elements *****/

p {
	line-height: 1.2em; /* NN only leading */
	/*/*/ line-height: 1.25em; /* */
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 20px;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
p.firstpara {
	line-height: 1.25em; /* NN only leading */
	/*/*/ line-height: 1.25em; /* */
	font-size: medium; /* NN only */
	/*/*/ font-size: medium; /* */
	text-indent: 0em;
	margin-left: 0px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0em;
	padding-top: 0em;
	}

/***** open-question / closed-question *****/

p.open-question {
	font-family: Arial, sans serif;
	font-size: small; /* NN only */
	/*/*/ font-size: small; /* */
	text-indent: 0;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
	color: #660000;
	}
p.open-question a:link { 
	color:#660000; 
	text-decoration: none;
	}
p.open-question a:hover { 
	color:#FFFFFF; 
	background-color:#339900; 
	text-decoration: none;
	}
p.open-question a:visited { 
	color:#660000; 
	text-decoration: none;
	}
	
p.closed-question { 
	font-family: Arial, sans serif;
	font-size: small; /* NN only */
	/*/*/ font-size: small; /* */
	text-indent: 0;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
	color: #660000;
	}
p.closed-question a:link { 
	color:#660000; 
	text-decoration: none;
	}
p.closed-question a:hover { 
	color:#FFFFFF; 
	background-color:#CC0000; 
	text-decoration: none;
	}
p.closed-question a:visited { 
	color:#660000; 
	text-decoration: none;
	}
