/*	 cascading style sheet for rc blimp web site */
 
	body
	{    
		margin: 0; padding: 0;
		width: 1004px;
		background-color:#BFE2F9;
		background-image:url('speak_files/background_strip.jpg');
		background-repeat:repeat-y;
	}



	a:link   {color:blue; text-decoration: none;}
	a:visited{color:purple; text-decoration: none;}
	a:focus  {color:green; text-decoration: none;}
	a:hover  {color:red; text-decoration: none;}
	a:active {color:brown; text-decoration: none;}



	#introduction pre
	{
	 	border: none;
		position: relative; top: 0; left:120px; 
		width: 660px; height: 50px;
		display: block;
		color: black;
		font-family: Verdana, Helvetica,  "Arial Black",  Arial; 
		font-size:14pt; 
	
	}

	
	.blacktext{	color: black; }
	.greentext{ color: green; }

	#floating {	float:left;  margin: 10px;}

	hr{
	  	width: 80%; height:5px;
	  }	
			
	h5 {
			color:blue;
			font-family:"helvetica", "arial"; 
			font-size:14px; 
			text-align:center;
	  }



	h4 {
			color:black;
			font-family:"Arial" ; 
			font-size: 14px; 
			text-align: left;
	 }

	h3 {
			color:black;
			font-family:arial,helvetica; 
			font-size: 16px; 
			text-align:left;
		}

	h2 {
			color:black;
			font-family:arial,helvetica; 
			font-size:20px; 
			text-align:center;
	   }

	h1 {
			color:black;
			font-family:arial,helvetica; 
			font-size:24px; 
			text-align:center;
		 }




  
			
 



  /* the pagebox for index  page............*/
   
  /* the page2box for page2...software.........*/
    #page2box
	{
		
		display:block;
		border: solid  2px #8DCCF4;
		position: absolute;
		top: 230px; left: 20px; 
		height: 3100px; width:950px; 
		font-family: Helvetica, Arial,"Arial Black", Verdana; 
		font-size: 12pt; 
	}
	

	div.blimp60
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 60px; width:900px; 
	}

		div.blimp80
	{
		display:block;
		position: relative; 
		border: none:
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 250px; width:900px; 
	}

	div.blimp110
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 110px; width:900px; 
	}
	div.blimp250
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 250px; width:900px; 
	}

	div.blimp300
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 300px; width:900px; 
	}
	
	div.blimp400
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 400px; width:900px; 
	}

  div.blimp500
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 500px; width:900px; 
	}

		div.blimp200
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 200px; width:900px; 
	}
	



   	div.footnote
	{
		display:block;
		position: relative; 
		border: solid  2px #8DCCF4;	
		overflow: hidden;
		padding-top: 2px;
		margin-top: 10px; margin-left: 20px;
		height: 80px; width:900px; 
	}











	
