@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	/*background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color:#07729f;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
ul.toplinks {
}
ul.toplinks li {
	display:inline;
	font-size:16px;
	margin:0px 1px;
}
ul.toplinks li a {
	color:#248ea0;
	text-decoration:none;
	padding:0px 5px;
}
ul.toplinks li a:hover, ul.toplinks li.selected a {
	color:#ffffff;
	background:#3fbfce;
	padding:0px 5px;
	text-decoration:none;
}
.heading {
	font-size:18px;
	color:#2a798b;
	font-weight:bold;
}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 10px solid #2A798B;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
