/* CSS Document */



a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.text {
font-family: Arial,Helvetica,sans-serif;
color: #353b3e;
font-size: 11px;
font-weight: normal;
}

.title {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 16px;
font-weight: bold;
}

.videoTitle {
font-family: Arial,Helvetica,sans-serif;
color: #000000;
font-size: 13px;
font-weight: bold;
text-align:left;
}

/* Headings                                 */
/***********************************************/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
	font-weight: bold;
    line-height:1.7em;
    text-align:left;
}

h2 {
	font-size: 34px;
	display: inline;
}

h3 {
	font-size: 18px;
}

body {
    margin:0;
	background:#000000;
	font-family: Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-align:left;
	background-image: url(images/body.jpg);
  	
}


/* Layout Divs                                 */
/***********************************************/

#basepage{
    position:absolute;
	width:100%;
	height:auto;
	margin-left: auto ;
    margin-right: auto ;
	top: 0px;
	background:#FFFFFF;
}


#Flash{
    position:static;
	z-index:1; 
	margin-left:auto; 
    margin-right:auto;
	top:0px;
	
	
}

#text1{
	position:relative;
	width:400px;
	height:200px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	top: -750px;
	right:-20%;
	overflow: visible;
	visibility: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:12px;
	line-height:1.7em;
	text-align:justify;
	font-weight: normal;
	
	
    


  
 	
}

#textul{
 
    width:500px; 
    height:300px;
    margin-left:auto; 
    margin-right:auto;
	background:#FFFFFF;
	overflow: visible; 
    visibility: inherit;
	
}

