/* CSS Document */

.Home-Bodytext {
	font-family: "Trebuchet MS", "Arial Narrow", "Franklin Gothic Medium";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.Bodytext {
	font-family: "Trebuchet MS", "Arial Narrow", "Franklin Gothic Medium";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.Header1 {
	font-family: "Garamond", "Times New Roman";
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	color: #660000;
	font-weight: bold;
}
.Header2 {
	font-family: "Garamond", "Times New Roman";
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	color: #660000;
	font-weight: bold;
}
.Header1a {
	font-family: "Garamond", "Times New Roman";
	font-size: 30px;
	font-style: italic;
	line-height: normal;
	color: #660000;
	font-weight: bold;
}
.Signature1 {
	font-family: "Garamond", "Times New Roman";
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #660000;
	font-weight: bold;
}
.Copyright1 {
	font-family: "Times New Roman";
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}

.pop-panel
{
	margin: 6px 6px 6px 6px;
	border: 1px solid black; 
	padding: 6px 6px 6px 6px;
	box-shadow: 			3px 3px 6px #777;
	-o-box-shadow:			3px 3px 6px #777;
	-moz-box-shadow:		3px 3px 6px #777;
	-webkit-box-shadow:	3px 3px 6px #777;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
