﻿	.q
	{
			color: blue;
			font-size: 120%;

	}
	.a
	{
			padding: 10px;
			font-size: 100%;
			background-color: #e2e1ef;
	}

.glossary {
	padding: 10px;
	width: 500px;
	border-bottom: solid;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	border-bottom-width: 1px;

    }


.glossary a, a:link, a:visited
{
	color: #27318b;
	text-decoration: none;
}

    .glossary h4 {
	background-image: url("../images/ThreeColumn/gloss-unexpanded.gif");
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	cursor: pointer;
	cursor: hand;
	}
    .glossaryContracted p {
	display: none;
    }

    .glossaryExpanded {
	background-color: #e2e1ef;
    }

    .glossaryExpanded h4 {
	background-color: #e2e1ef;
	background-image: url("../images/ThreeColumn/gloss-expanded.gif");
	background-repeat: no-repeat;
	background-position: right;

    }
    
.PressReleaseDate
{
	color: Gray;
}
dl, dt, dd { margin:0 0 0 0 ;}
.title
	{
			color: blue;
			font-size: 100%;

	}
	.description
	{
			padding:5px 5px 5px 0px;
			font-size: 100%;
			background-color: #e2e1ef;
	}