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

* {
	padding: 0;
	margin: 0;
	
	}

body {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, Trebuchet, Verdana;
	color: #000000;
	line-height: 20px;
	overflow:hidden;
	
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 40px;
	text-align:center;
	
	}
	
h2 {
	font-family:Arial, Helvetica, Trebuchet, Verdana;
	font-size: 11px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 18px;
	padding-bottom: 20px;
	text-align:center;
	}

h2 b {
font-size:12px;
font-weight: bold;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 11px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 20px;
	padding-bottom: 20px;
	text-align:center;
	}

a {	
	
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight: bold;
	color: #cdcdcd;
	text-decoration: underline;
	
	}
	

#flash_background {
	margin: 0px 0px 0px 0px;
	display: block;
 	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	}

#cont_content {
    width: 350px;
    height: 200px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -175px;
	z-index: 1;
}  
