body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	background-color: #f7f7f7;
}
h3{
	color: #333399;
	background-color: #FFFFFF;
	font: bold .95em Georgia, Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	margin-top:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
a{
	color: #333399;
	text-decoration: none;
	 font-size: 80%;
}

a:link{
	color: #333399;
	text-decoration: none;
	 font-size: 80%;
	
}

a:visited{
	color: #333399;
	text-decoration: none;
	 font-size: 80%;
	
}

a:hover{
	color: #333399;
	text-decoration: underline;
	 font-size: 80%;
	
}
.close {
	text-align: center;
	background-color:#FFFFFF;
	margin-top: 5px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	
}
