@charset "utf-8";
/* CSS Document */

body{font-family: "Arial";  
	font-weight: normal; 
	font-size: 12px;
	color: #5f5e5e; 
	}
	
.white {
		font:Arial;
        font-size:12px;
		font-weight: bold; 
		color:#FFFFFF;
		}
.gray {
		font:Arial;
        font-size:11px;
		font-weight: bold; 
		color:#5f5e5e;
		}
.gray-2{
		font:Arial;
        font-size:11px;
		color:#5f5e5e;
		}
.gray-underline {
		font:Arial;
        font-size:13px;
		font-weight: bold; 
		color:#5f5e5e; 
		text-decoration:underline
		}				
.header1{font-size:14px; font-weight:bold; color:#1253a8; 
         margin-top:5px;  margin-right:5px;
		 }
.header2{
	font:Arial;
    font-size:14px;
	font-weight: bold; 
	color:#DF7800;
	} 
		
.header-light-blue{ 
		font-size:20px; 
		/*font-weight:bold; */
		color:#03a1fd; 
        margin-top:5px;  
		margin-right:5px;
		}
.light-blue{
			font:Arial;
            font-size:14px;
		    font-weight: bold; 
		    color:#03a1fd;
		    }
.light-blue02{
			font:Arial;
            font-size:11px;
		    /*font-weight: bold; */
		    color:#03a1fd;
		    }
.left-menuLink {
		font:Arial;
        font-size:11px;
		font-weight: bold; 
		color:#03a1fd;
		}			
.light-blue-2{
			font:Arial;
            font-size:12px;
		    font-weight: bold; 
		    color:#03a1fd;
		    }
.light-blue-normal{
			font:Arial;
            font-size:11px;
		    font-weight: normal; 
		    color:#03a1fd;
		    }		
.title{
	color:#DF7800;
	}
.sub_menu_main{
			font:Arial;
            font-size:11px;
		    font-weight: bold; 
		    color:#DF7800;
		    }
	
.footer-text{
			font-size:10px; 
             color:#5f5e5e;
			 text-align:center;}		 
			 
/*table style */       
.header-table{
		font-size:14px; 
		font-weight: bold; 
		color:#1253a8; 
        }
.table-lable {
			font:Arial;
        	font-size:12px;
			font-weight: bold; 
			color:#5f5e5e;
			}
.box-content{font:Arial;
        	font-size:11px;
			font-weight: bold; 
			color:#5f5e5e;
			}
							 
.box-border{border:#5f5e5e;}

/* style for news and event */

.ver10grey {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6a6a6a;
	text-decoration: none;
}
a:hover.ver10grey {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#03a1fd;
	text-decoration: none;
}

.ver10dkblue {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5f5e5e;
	text-decoration: none;
}
a:hover.ver10dkblue {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #03a1fd;
	text-decoration: none;
}