table.announce {
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:3px;
	border-color:#000;
}
table.dates {
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:3px;
	border-color:#000;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #457980;
	-webkit-box-shadow:inset 0px 1px 0px 0px #457980;
	box-shadow:inset 0px 1px 0px 0px #457980;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2d6b82), color-stop(1, #174c54));
	background:-moz-linear-gradient(top, #2d6b82 5%, #174c54 100%);
	background:-webkit-linear-gradient(top, #2d6b82 5%, #174c54 100%);
	background:-o-linear-gradient(top, #2d6b82 5%, #174c54 100%);
	background:-ms-linear-gradient(top, #2d6b82 5%, #174c54 100%);
	background:linear-gradient(to bottom, #2d6b82 5%, #174c54 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6b82', endColorstr='#174c54',GradientType=0);
	background-color:#2d6b82;
	border:1px solid #99b0bf;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	position: absolute;
	top: 45px;
	right: 10px;
}
.myButton:hover {
	color: #FFDC35;
}
.myButton:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #174c54), color-stop(1, #2d6b82));
	background:-moz-linear-gradient(top, #174c54 5%, #2d6b82 100%);
	background:-webkit-linear-gradient(top, #174c54 5%, #2d6b82 100%);
	background:-o-linear-gradient(top, #174c54 5%, #2d6b82 100%);
	background:-ms-linear-gradient(top, #174c54 5%, #2d6b82 100%);
	background:linear-gradient(to bottom, #174c54 5%, #2d6b82 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#174c54', endColorstr='#2d6b82',GradientType=0);
	background-color:#174c54;
}
.title {
	font-family: Helvetica,Arial,sans-serif;
	position: relative;
}
.logo {
	position: absolute;
	top: 3px;
	left: 80px;
}
.dataimg {
	width:120px;
	 
}
.email {
	width:20px;
	
}