a{color: #F8CD58;
  text-decoration: none}

a:hover{color: #EDEDED}




.top-buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F5CD58;
	text-decoration: none;
	padding-bottom: 5px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F8CD58;
	text-decoration: none;
	padding-left: 5px;

}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #111111;
	text-decoration: none;
	padding-left: 5px;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #111111;
	text-decoration: none;
	padding-left: 10px;

}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DFDFDF;
	text-decoration: none;
	padding-left: 5px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F8CD58;
	text-decoration: none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F8CD58;
	text-decoration: none;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F8CD58;
	text-decoration: none;
}

#popup {
	font-family: Arial;
	width:410px;
	position:absolute;
	left:300px;
	top:100px;
	border:10px solid #27CDFF;

}





#popup #titlebar {
	width:410px;
	height:84px;
	border-bottom:10px solid #27CDFF;
}

#popup #popupContent {
	padding:0;
	margin:0;
	background-color:#046D8D;
	color:#fff;
	width:410px;
	height:auto !important;
	min-height:300px;
}


#popup #popupContent p {
	font-size:20px;
	margin-left:20px;
	margin-right:20px;
}

#popup #popupFooter {
	padding:0;
	margin-top:-16px;
	color:#000;
	background-color:#27CDFF;
	height:20px;
	width:410px;
	text-align:right;
}

