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

		html, body { height:100%;}
		body { margin:0; padding:0; overflow:hidden; background-color:#333;
	/*	
background-image:url('iphone_bg_03.png');
background-repeat:norepeat;*/
}
	
		
		
	#flashContent { 
	width:100%; height:100%; 
    position: fixed; 
	left: 0px; 
    top: 100px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
	}
	
	#buttons { 
	width:100%; height:100%; 
	left: 0px; 
    top: 0px; 
	align: center;
    z-index: 100; /* Ensure div tag stays behind content; -999 might work, too. */
	}
	
	#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 40px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}


div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:471px;
	height:988px;
}

body {
	font-family: 'Lato', arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.4em;
	color: #999;
}

nav {
	color: #ccc;
}

nav h1{
	font-size: 170%;
	color: #ccc;
	font-weight: normal;
	vertical-align:top;
}

#content h1 {
	color: #000000;
	font-size: 250%;
	font-weight: 700; 
	text-decoration: none;
	text-transform: normal;
}  

#content h2 {
	color: #000000;
	font-size: 175%;
	font-weight: 700;
	line-height:125%;
	text-decoration: none;
	text-transform: normal;
}

#content h3 {
	color: #000000;
	font-weight: 700;
	line-height:125%;
	text-decoration: none;
	text-transform: normal;
	margin-bottom:0%;
	margin-top:1%;
} 

.highlights {
	color:#C00;
	font-weight: 700;
}

a:link {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


        