p {
	font-size:     0.8em;
	color:         #000000;
	font-weight:   400;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
}

h2  {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	padding: 1px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}



.glossary {
	text-decoration: none;
	border-bottom: 1px dashed pink;
}

.glossary a:link {
	text-decoration: none;
	border-bottom: 1px dashed pink;
}
.glossary a:visited {
	text-decoration: none;
	border-bottom: 1px dashed pink;
}
.glossary a:link:hover {
	text-decoration: none;
	border-bottom: 1px dashed pink;
}
.glossary a:visited:hover {
	text-decoration: none;
	border-bottom: 1px dashed pink;
}


/* styles for the Awareness pages */

.awareheading {
	font-size:     1.5em;
	color:         #000000;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.awareheading2 {

	font-size:     1.5em;
	color:         #FFFFFF;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.awaresubheading {

	font-size:     1em;
	color:         #000000;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p.awarestory {
	font-size:     0.8em;
	color:         #000000;
	font-weight:   400;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
}

p.awarestory a:link {
	background-color: #FFFFCC;
	color: #0000FF;
	text-decoration: underline;
}
p.awarestory a:visited {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: underline;
}
p.awarestory a:link:hover {
	background-color: #0000FF;
	color: #FFFFCC;
	text-decoration: none;
}
p.awarestory a:visited:hover {
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
}

li.awarestory
{
	font-size: 0.8em;
	color: #000000;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: default;
}

.awarestory
{
	font-size: 0.8em;
	color: #000000;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: default;
}


