/* Css page */
body{ 
		  font-family:Arial, Helvetica, sans-serif;
		  font-size:13px;
		  margin:0px;
		  height:100%;
		

     }

.main_table{
				width:1000px;
				height:705px;
				background: url('../images/bgm.jpg') top left repeat-y;
				
			}

.home_table{
				width:1000px;
				height:705px;
				background: url('../images/bghome.jpg') top left no-repeat;
				
			}

.other_table{
				width:1000px;
				height:705px;
				background: url('../images/bg.jpg') top left no-repeat;
				
			}


.footer_table{
				width:1000px;
				height:95px;
				background-color:#FFFFFF;
				/*background: url('../images/bgfooter.jpg') top left no-repeat;*/
				margin:auto;
			}
			
a{
	color:#002060;
	text-decoration:none;
  }
/*  
a:visited{
			color:#002060;
			text-decoration:none;
		  }  
*/
a:hover{
			color:#002060;
			text-decoration:underline;
		}


a.flink:active {
					color:#00378B;
					/*font-size:1.1em;*/
					text-decoration:none;
			   } 
		 
a.flink:hover{
				text-decoration:underline;
				
			 }
/*	 		 
a.flink:visited {
				
					color:#00378B;
					font-size:1.1em;
					text-decoration:none;
			}

*/		

a.la, a:active.la, a:link.la, a:visited.la {
	color:#EE7F00;
	text-decoration:none;
	font-size:1.8em;
}
		
a:hover.la {
	color:#009DE0;
	text-decoration:none;
}


a.style11, a:active.style11, a:link.style11, a:visited.style11 {
	color:#002060;
	text-decoration:none;
	font-size:1em;
}
		
a:hover.style11 {
	color:#0066FF;	
	text-decoration:none;
	font-size:1em;

}

	

#secu_code {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}




/*Download page*/
.download{
			font-size:1.1em;
			color:#002060;
			width:500px;
		  }

.download a{
				font-size:1.1em;
				color:#002060;
				text-decoration:none;
		   }
		   
.download a:hover{
					font-size:1.1em;
					color:#002060;
					text-decoration:underline;
			   }

.download a:visited{
					font-size:1.1em;
					color:#002060;
					text-decoration:none;
			   }
			   
ul,li{
		font-size:1.1em;
		color:#002060;
		line-height:1.5em;
	  }


/*News*/		 
.news{
		color:#002060;
	 }

.popup{
		width:550px;			
		height:400px;
		color:#002060;
	  }
/*Paging*/
.div_page_show{
				padding: 6px 3px 5px 3px;
				text-align:center;
				color:#002060
			  }
			 		  



.thumbnail{
				border: #CCCCCC solid 1px;
				padding: 4px;
				width:130px;
				height:130px;
				vertical-align:middle;
				background-color:#FFFFFF;
				
		  }

.img{
				border:0px;
				width:330px;
				height:250px;
	}

			
.warning{
			padding:3px 3px 5px 3px;
			color:#000000;
		}		

.span_ok {
			color:#0033FF;
			font-weight:500;
		 }
		 
.span_err{
			color:#FF0000;
			font-weight:500;
		  }			