@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
body, html {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}
#flash_container {	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:580px;
}
#flash {	
	color:#999999;
}
#content {	
	padding:20px 20px 20px 20px;
}
img {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
}
.dotted_line {
	background-image:url(../../images/other/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.heading {
	color:#FFCC00;
	font-weight:bold;
	font-size:16px;
}
.subHeading {
	color:#6600CC;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}
a:link {
	color:#FFCC00; 
	text-decoration:underline; 
}
a:visited {
	color:#FFCC00; 
	text-decoration:none; 
}
a:active {
	color:#FFCC00; 
	text-decoration:none; 
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
