h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 30px;
	line-height: 1.2em;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #7B652A;
	font-size: 26px;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #999;
}

a {
	Text-decoration:none;
	color: #0078AA;
	}

a:hover{
	text-decoration: underline;
	color: #0060B4;
	}
	
h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin:1em 0;
	}
	
	p{
		margin:1.5em 0;
		}
		
#title{
	padding: 15px 0;
}
	
.title{
	color: #EE9F00;
	font-weight: bold;
}

.video {
	cursor: pointer;
}

/* css code for video overlay */

/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
  
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 #lightbox {
   position: fixed;
	top: 50%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}


/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

a.top{
	float: right;
	width: 60px;
	margin-top:5px;
	padding-right: 8px;
	background-color: transparent;
	background-image: url(../image/morearrow_08c.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
