			.none 
			{
				color: white;
				text-decoration: none;
			}		


					
			.table_1
			{
				border-style: solid;
				border-width: 1px;
				background-color:6677e0; <!-- 3333CC --> 
				opacity:.6;		
				filter:alpha(opacity=40);	
				-moz-opacity:.40;
				border-top-color: black; <!-- 3366FF-->
				border-left-color: black; <!-- 3366FF-->
				border-bottom-color: black; <!-- 3366FF-->
				border-right-color: black; <!-- 3366FF-->
				border-shadow: black 0.5em 0.5em 0.3em;
			}
			
			.table_main
			{
				border-style: solid;
				border-width: 1px;
				background-color:ccdde0;
				background: transparent  repeat scroll 50%; 
				-moz-background-clip: -moz-initial; 
				-moz-background-origin: -moz-initial; 
				-moz-background-inline-policy: -moz-initial;
				border-top-color: black; 
				border-left-color: black; 
				border-bottom-color: black; 
				border-right-color: black; 
				border-shadow: black 0.5em 0.5em 0.3em;
			}
			
			

.transOFF {width: 100%; background-color: ccdde0;border:1px solid black; 				border-top-color: black; <!-- 3366FF-->
				border-left-color: black; <!-- 3366FF-->
				border-bottom-color: black; <!-- 3366FF-->
				border-right-color: black; <!-- 3366FF-->
				border-shadow: black 0.5em 0.5em 0.3em;}
.transON  {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}


			
			<!-- 			 -->
			.table_2
			{
				border-style: solid;
				border-width: 2px;
	
				background-color: blue;
				border-top-color: black;
				border-left-color: black;
				border-bottom-color: black;
				border-right-color: black;
			}
			
			.base_text
			{
				color: f18608;
				font-family: verdana;
				font-size: 7pt;
				font-style: normal; 
				font-weight: normal;
				text-decoration: none;
				text-alignment: centre;
			}
			
			.main_text
			{
				color: 000000;
				font-family: verdana;
				font-size: 10pt;
				font-style: normal; 
				font-weight: normal;
				text-decoration: none;
				text-alignment: centre;
			}
			
			.header_text
			{
				color: white;
				font-family: arial;
				font-size: 12pt;
				font-weight: bold;
				text-decoration: none;
				text-alignment: centre;
				font-style: normal;
			}

			.h1
			{
				color: white;
				font-family: verdana;
				font-size: 16pt;
				font-weight: bold;
				text-decoration: none;
				text-alignment: centre;
				font-style: normal;
			}
			
			.h2
			{
				color: yellow;
				font-family: verdana;
				font-size: 10pt;
				font-style: normal; 
				font-weight: bold;
				text-decoration: none;
				text-alignment: centre;
			}
			
			
			.sidebar_mouseover
			{  
				background-color: 3333FF;
				color: white;
				font-family: verdana;
				font-size: 10pt;
				font-weight: bold;
				font-color: orange;
				text-decoration: none;
				font-style: underline; 
			}
			
			
			.homemsg
			{
			   font-family: verdana;
				 font-size: 8pt;
				 font-style: normal; 
				 font-weight: normal;
				 color: black;
				 background-color: white;
				 border:dashed;
				 border-width:2px;
				 border-top-color:black; 
				 border-left-color:black	; 
				 border-bottom-color: black; 
				 border-right-color: black; 
			}
			
			.ActivateTextEffect  
			{  
				background-color: 3333FF;
				color: orange;
				font-family: arial;
				font-size: 12pt;
				font-weight: bold;
				font-style: italic;
				font-color: orange;
				text-decoration: underline;
				font-style: underline; 
			}
			
			.email
			{
				border-style: solid;
				border-width: 2px;
				border-top-color: 3333CC;
				border-left-color: 3333CC;
				border-bottom-color: 3333CC;
				border-right-color: 3333CC;
				font-family: verdana;
				font-size: 8pt;
				font-style: none; 
				font-weight: bold;
				font-color: blue;
				color: blue;
			}

			a:link
			{
				color: ffffff;
				text-decoration: none;
			}
			a:visited
			{
				color: ffffff;
				text-decoration: none;
			}
			a:active
			{
				color: ffffff;
				text-decoration: none;
			}
			a:hover  <!-- Rollover effect IE3 > only -->
			{
				color: ffffff; 
				text-decoration: underline;
			}	

			
			
			
			a.linkopacity img {
				filter:alpha(opacity=50);
				-moz-opacity: 0.5; 
				opacity: 0.5;
				-khtml-opacity: 0.5;}


				a.linkopacity:hover img {
				filter:alpha(opacity=100);   
				-moz-opacity: 1.0;   
				opacity: 1.0;
				-khtml-opacity: 1.0; }
			
			.home
			{
				border-style: solid;
				border-width: 2px;
				
				border-top-color: 3366FF;
				border-left-color: 3366FF;
				border-bottom-color: 3366FF;
				border-right-color: 3366FF;
				
				filter: revealtrans(duration=5, transition=10);
			}
