html, body {
	height: 100%;
}

body,td { 
		 font-size: 10px;
		 font-family: Verdana, Arial, Helvetica, sans-serif ;
		 margin: 0px;
		color: #ffffff;	
		background-color: #ffffff; 
		}
hr {
	height: 1px;
	background-color: #cccccc;
	color: #cccccc;

}	



a:link {color: #ffffff; text-decoration:none; font-weight:bold; font-size:10px;}
a:hover {color: #cc9900; text-decoration:underline;}
a:visited {color: #ffffff; text-decoration: none; font-size:10px; font-weight:bold; }
a:visited:hover {color: #ffffcc; text-decoration:underline;}

h1 {font-size: 12px; font-weight: normal; padding: 4px 10px; color: #fff; background-color: #990000 ; border: 1px; border-bottom:2px; border-bottom-color:gray;}

.boldbluetitle {color: #0063a3; font-weight: bold; font-size:14px;}
.dkgoldtitle {color: #cc9900; font-weight: bold; font-size:10px;}

.white-largetext {
	color: #ffffff;
	font-weight: normal;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	line-height: 26px;
}
.white-mediumtext {color: #ffffff; font-size:12px;}

.red-boldtitle {color: #990000; font-weight: bold; text-transform:uppercase; }


	
#popup	{
	position: relative;
	min-height: 99%;
	margin-left: auto;
  margin-right: auto;
	background-color: #ffffff;
	width: 400px;
	color: #000000;
	border: 1px solid #f0f0f0;
	height: 550px;
}
	
.popuptext {
	text-align:left;
	color: #000000;
	width:85%;
	font-size:12px;
	padding-top: 5px;

}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
