﻿		.trigger{
	cursor: pointer;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	background-color: #F3EBDE;
}
.trigger:hover{
	cursor: pointer;
	background: #FFFFFF;
	font-family: "Trajan Pro";
	font-size: medium;
	font-weight: bold;
}
.expanded{
	background: #F3EBDE;
	cursor: pointer;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}
.expanded:hover{
	background: #eef;
	cursor: pointer;
	font-family: "Trajan Pro";
	font-size: medium;
	font-weight: bold;
}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
